#include <QtGui/qpaintengine.h> #ifndef QPAINTENGINE_H class QPaintEngine{ /* Some contents are skipped to improve readability */ public: virtual void drawPoints(class QPoint const * points, int pointCount); /* ... */ }; #endif // QPAINTENGINE_H