#include <QtGui/qregion.h> #ifndef QREGION_H class QRegion{ /* Some contents are skipped to improve readability */ public: QRegion(int x, int y, int w, int h, enum QRegion::RegionType t = QRegion::Rectangle); /* ... */ }; #endif // QREGION_H