#include <QtCore/qlocale.h>
#ifndef QLOCALE_H
#ifndef QT_NO_SYSTEMLOCALE
class QSystemLocale{
   /* Some contents are skipped to improve readability */
   public: enum QueryType{
      /* ... */
      TimeToStringLong = 16,
      /* ... */
   };
   /* ... */
};
#endif
#endif // QLOCALE_H