#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 tr(char const * s, char const * c, int n);
   /* ... */
};
#endif // QSTYLEPLUGIN_H