#include <QtGui/qcommonstyle.h>
#ifndef QCOMMONSTYLE_H
class QCommonStyle: public QStyle{
   /* Some contents are skipped to improve readability */
   public: virtual class QPixmap standardPixmap(enum QStyle::StandardPixmap sp, struct QStyleOption const * opt = 0, struct QWidget const * widget = 0) const
   /* ... */
};
#endif // QCOMMONSTYLE_H