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