#include <QtGui/qcleanlooksstyle.h>
#ifndef QCLEANLOOKSSTYLE_H
#if !defined(QT_NO_STYLE_CLEANLOOKS)
class QCleanlooksStyle: public QWindowsStyle{
public: virtual void drawComplexControl(enum QStyle::ComplexControl control, struct QStyleOptionComplex const * option, struct QPainter* painter, struct QWidget const * widget) const
};
#endif // QT_NO_STYLE_CLEANLOOKS
#endif // QCLEANLOOKSSTYLE_H