#include <QtGui/qcleanlooksstyle.h>
#ifndef QCLEANLOOKSSTYLE_H
#if !defined(QT_NO_STYLE_CLEANLOOKS)
class QCleanlooksStyle: public QWindowsStyle{
public: virtual class QRect subControlRect(enum QStyle::ComplexControl cc, struct QStyleOptionComplex const * opt, enum QStyle::SubControl sc, struct QWidget const * widget) const
};
#endif // QT_NO_STYLE_CLEANLOOKS
#endif // QCLEANLOOKSSTYLE_H