#include <QtGui/qpainter.h>
#ifndef QPAINTER_H
class QPainter{
   /* Some contents are skipped to improve readability */
   public: void drawTiledPixmap(class QRectF const & rect, class QPixmap const & pm, class QPointF const & offset = QPointF::QPointF());
   /* ... */
};
#endif // QPAINTER_H