#include <QtGui/qpaintengine.h> #ifndef QPAINTENGINE_H class QPaintEngine{ /* Some contents are skipped to improve readability */ public: inline void fix_neg_rect(int* x, int* y, int* w, int* h); /* ... */ }; #endif // QPAINTENGINE_H