#include <QtGui/qpainter.h>
#ifndef QPAINTER_H
class QPainter{
   /* Some contents are skipped to improve readability */
   public: inline void drawTiledPixmap(int x, int y, int w, int h, class QPixmap const & pm, int sx = 0, int sy = 0);
   /* ... */
};
#endif // QPAINTER_H