#include <QtGui/qstyleplugin.h>
#ifndef QSTYLEPLUGIN_H
struct QStyleFactoryInterface: public QFactoryInterface{
   /* Some contents are skipped to improve readability */
   public: virtual struct QStyle* create(class QString const & key) = 0;
   /* ... */
};
#endif // QSTYLEPLUGIN_H