#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 drawItemPixmap(struct QPainter* painter, class QRect const & rect, int alignment, class QPixmap const & pixmap) const
   /* ... */
};
#endif // QT_NO_STYLE_CLEANLOOKS
#endif // QCLEANLOOKSSTYLE_H