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