#include <QtGui/qregion.h> #ifndef QREGION_H class QRegion{ /* Some contents are skipped to improve readability */ public: class QRegion& operator &=(class QRegion const & r); /* ... */ }; #endif // QREGION_H