#include <QtGui/qstyle.h>
#ifndef QSTYLE_H
class QStyle: public QObject{
   /* Some contents are skipped to improve readability */
   public: class QIcon standardIcon(enum QStyle::StandardPixmap standardIcon, struct QStyleOption const * option = 0, struct QWidget const * widget = 0) const
   /* ... */
};
#endif // QSTYLE_H