#include <QtGui/qstylepainter.h>
#ifndef QSTYLEPAINTER_H
class QStylePainter: public QPainter{
public: inline void drawItemText(class QRect const & r, int flags, class QPalette const & pal, bool enabled, class QString const & text, enum QPalette::ColorRole textRole = QPalette::NoRole);
};
#endif // QSTYLEPAINTER_H