#include <QtGui/qpaintengine.h> #ifndef QPAINTENGINE_H class QPaintEngine{ /* Some contents are skipped to improve readability */ public: virtual void drawTiledPixmap(class QRectF const & r, class QPixmap const & pixmap, class QPointF const & s); /* ... */ }; #endif // QPAINTENGINE_H