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