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