#include <QtGui/qcleanlooksstyle.h>
#ifndef QCLEANLOOKSSTYLE_H
#if !defined(QT_NO_STYLE_CLEANLOOKS)
class QCleanlooksStyle: public QWindowsStyle{
   /* 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 // QT_NO_STYLE_CLEANLOOKS
#endif // QCLEANLOOKSSTYLE_H