#include <QtGui/qstyle.h> #ifndef QSTYLE_H class QStyle: public QObject{ /* Some contents are skipped to improve readability */ protected: QStyle(struct QStylePrivate& dd); /* ... */ }; #endif // QSTYLE_H