#include <QtGui/qstyleoption.h> #ifndef QSTYLEOPTION_H class QStyleOption{ /* Some contents are skipped to improve readability */ public: enum OptionType{ /* ... */ SO_Tab = 3, /* ... */ }; /* ... */ }; #endif // QSTYLEOPTION_H