summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2011-03-02 18:15:22 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2011-03-02 18:16:04 (GMT)
commitf57305f37b967a761fe922d3ab1a9d530a4408bb (patch)
tree04ddabc4dbb62cfd9763d736b1077cc49eb9f4c0 /src
parent1d81a3041384072337063e5b61947693507ce311 (diff)
downloadQt-f57305f37b967a761fe922d3ab1a9d530a4408bb.zip
Qt-f57305f37b967a761fe922d3ab1a9d530a4408bb.tar.gz
Qt-f57305f37b967a761fe922d3ab1a9d530a4408bb.tar.bz2
Compile fix for Windows.
Reviewed-by: trustme
Diffstat (limited to 'src')
-rw-r--r--src/corelib/tools/qlocale_win.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qlocale_win.cpp b/src/corelib/tools/qlocale_win.cpp
index 10e9ba1..6b49062 100644
--- a/src/corelib/tools/qlocale_win.cpp
+++ b/src/corelib/tools/qlocale_win.cpp
@@ -563,7 +563,7 @@ QVariant QSystemLocale::query(QueryType type, QVariant in = QVariant()) const
QLocale::Language lang;
QLocale::Script script;
QLocale::Country cntry;
- getLangAndCountry(locale, lang, script, cntry);
+ QLocalePrivate::getLangAndCountry(locale, lang, script, cntry);
if (type == LanguageId)
return lang;
if (cntry == QLocale::AnyCountry)