#include <QtGui/qregion.h> #ifndef QREGION_H class QRegion{ /* Some contents are skipped to improve readability */ public: void setRects(class QRect const * rect, int num); /* ... */ }; #endif // QREGION_H