#include <QtGui/qstyleoption.h> #ifndef QSTYLEOPTION_H class QStyleHintReturn{ /* Some contents are skipped to improve readability */ public: enum HintReturnType{ SH_Default = 61440, SH_Mask = 61441, }; /* ... */ }; #endif // QSTYLEOPTION_H