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