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