#include <QtCore/qlocale.h> #ifndef QLOCALE_H #ifndef QT_NO_SYSTEMLOCALE class QSystemLocale{ /* Some contents are skipped to improve readability */ public: virtual class QLocale fallbackLocale() const /* ... */ }; #endif #endif // QLOCALE_H