#include <QtGui/qstyle.h>
#ifndef QSTYLE_H
class QStyle: public QObject{
   /* Some contents are skipped to improve readability */
   public: virtual void drawItemText(struct QPainter* painter, class QRect const & rect, int flags, class QPalette const & pal, bool enabled, class QString const & text, enum QPalette::ColorRole textRole = QPalette::NoRole) const
   /* ... */
};
#endif // QSTYLE_H