#include <QtGui/qstyle.h>
#ifndef QSTYLE_H
class QStyle: public QObject{
public: virtual void drawComplexControl(enum QStyle::ComplexControl cc, struct QStyleOptionComplex const * opt, struct QPainter* p, struct QWidget const * widget = 0) const = 0;
};
#endif // QSTYLE_H