#include <QtGui/qcommonstyle.h>
#ifndef QCOMMONSTYLE_H
class QCommonStyle: public QStyle{
public: virtual void drawControl(enum QStyle::ControlElement element, struct QStyleOption const * opt, struct QPainter* p, struct QWidget const * w = 0) const
};
#endif // QCOMMONSTYLE_H