#include <QtGui/qstylefactory.h> #ifndef QSTYLEFACTORY_H class QStyleFactory{ /* Some contents are skipped to improve readability */ public: static struct QStyle* create(class QString const &); /* ... */ }; #endif // QSTYLEFACTORY_H