summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlocale.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qlocale.cpp')
-rw-r--r--src/corelib/tools/qlocale.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/tools/qlocale.cpp b/src/corelib/tools/qlocale.cpp
index d799b817f2..67e47e56bb 100644
--- a/src/corelib/tools/qlocale.cpp
+++ b/src/corelib/tools/qlocale.cpp
@@ -480,7 +480,7 @@ void QLocalePrivate::updateSystemPrivate()
// tell the object that the system locale has changed.
sys_locale->query(QSystemLocale::LocaleChanged, QVariant());
- *system_data = *sys_locale->fallbackLocale().d->m_data;
+ *system_data = *sys_locale->fallbackUiLocale().d->m_data;
QVariant res = sys_locale->query(QSystemLocale::LanguageId, QVariant());
if (!res.isNull()) {
@@ -518,7 +518,7 @@ void QLocalePrivate::updateSystemPrivate()
#ifdef QT_USE_ICU
if (!default_data)
- qt_initIcu(sys_locale->fallbackLocale().bcp47Name());
+ qt_initIcu(sys_locale->fallbackUiLocale().bcp47Name());
#endif
}