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