#include <QtGui/qpainterpath.h>
#ifndef QPAINTERPATH_H
class QPainterPath{
   /* Some contents are skipped to improve readability */
   public: void addRegion(class QRegion const & region);
   /* ... */
};
#endif // QPAINTERPATH_H