#include <QtGui/qcleanlooksstyle.h>
#ifndef QCLEANLOOKSSTYLE_H
#if !defined(QT_NO_STYLE_CLEANLOOKS)
class QCleanlooksStyle: public QWindowsStyle{
public: virtual class QSize sizeFromContents(enum QStyle::ContentsType type, struct QStyleOption const * option, class QSize const & size, struct QWidget const * widget) const
};
#endif // QT_NO_STYLE_CLEANLOOKS
#endif // QCLEANLOOKSSTYLE_H