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