#include <QtGui/qregion.h>
#ifndef QREGION_H
class QRegion{
   /* Some contents are skipped to improve readability */
   private: struct QRegionData{
      /* ... */
      public: struct QBasicAtomic ref;
      /* ... */
   };
   /* ... */
};
#endif // QREGION_H