#include <QtGui/qpainter.h>
#ifndef QPAINTER_H
classQPainter{
/* Some contents are skipped to improve readability */public: inlinevoiddrawTiledPixmap(int x, int y, int w, int h, classQPixmapconst & pm, int sx = 0, int sy = 0);/* ... */
};
#endif // QPAINTER_H