#include <QtGui/qstyle.h> #ifndef QSTYLE_H class QStyle: public QObject{ /* Some contents are skipped to improve readability */ public: virtual class QPixmap generatedIconPixmap(enum QIcon::Mode iconMode, class QPixmap const & pixmap, struct QStyleOption const * opt) const = 0; /* ... */ }; #endif // QSTYLE_H