#include <QtGui/qstyleplugin.h> #ifndef QSTYLEPLUGIN_H class QStylePlugin: public QObject, public QStyleFactoryInterface{ /* Some contents are skipped to improve readability */ public: virtual struct QMetaObject const * metaObject() const /* ... */ }; #endif // QSTYLEPLUGIN_H