#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 class QPixmap generatedIconPixmap(enum QIcon::Mode iconMode, class QPixmap const & pixmap, struct QStyleOption const * opt) const
   /* ... */
};
#endif // QT_NO_STYLE_CLEANLOOKS
#endif // QCLEANLOOKSSTYLE_H