#include <QtGui/qpainter.h>
#ifndef QPAINTER_H
class QPainter{
   /* Some contents are skipped to improve readability */
   public: inline void drawText(int x, int y, int w, int h, int flags, class QString const & str, class QRect* br = 0);
   /* ... */
};
#endif // QPAINTER_H