#include <QtGui/qpainter.h>
#ifndef QPAINTER_H
classQPainter{
/* Some contents are skipped to improve readability */public: inlinevoiddrawText(int x, int y, int w, int h, int flags, classQStringconst & str, classQRect* br = 0);/* ... */
};
#endif // QPAINTER_H