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