#include <QtGui/qregion.h>
#ifndef QREGION_H
class QRegion{
   /* Some contents are skipped to improve readability */
   public: QRegion(struct QPolygon const & pa, enum Qt::FillRule fillRule = Qt::OddEvenFill);
   /* ... */
};
#endif // QREGION_H