#include <QtGui/qpaintengine.h> #ifndef QPAINTENGINE_H class QPaintEngine{ /* Some contents are skipped to improve readability */ public: void setSystemClip(class QRegion const & baseClip); /* ... */ }; #endif // QPAINTENGINE_H