#include <QtGui/qstyleplugin.h> #ifndef QSTYLEPLUGIN_H class QStylePlugin: public QObject, public QStyleFactoryInterface{ /* Some contents are skipped to improve readability */ public: static inline class QString trUtf8(char const * s, char const * c, int n); /* ... */ }; #endif // QSTYLEPLUGIN_H