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