#include <QtGui/qpainter.h>
#ifndef QPAINTER_H
class QPainter{
   /* Some contents are skipped to improve readability */
   public: inline void drawPixmap(class QPointF const & p, class QPixmap const & pm, class QRectF const & sr);
   /* ... */
};
#endif // QPAINTER_H