#include <QtGui/qstyle.h>
#ifndef QSTYLE_H
class QStyle: public QObject{
public: virtual class QPixmap standardPixmap(enum QStyle::StandardPixmap standardPixmap, struct QStyleOption const * opt = 0, struct QWidget const * widget = 0) const = 0;
};
#endif // QSTYLE_H