#include <QtGui/qpainter.h>
#ifndef QPAINTER_H
class QPainter{
   /* Some contents are skipped to improve readability */
   public: void drawPath(struct QPainterPath const & path);
   /* ... */
};
#endif // QPAINTER_H