summaryrefslogtreecommitdiffstats
path: root/src/tools/qlocale.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qlocale.cpp')
-rw-r--r--src/tools/qlocale.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qlocale.cpp b/src/tools/qlocale.cpp
index 1da01c74..0714dbb8 100644
--- a/src/tools/qlocale.cpp
+++ b/src/tools/qlocale.cpp
@@ -1858,7 +1858,7 @@ const char* TQLocalePrivate::systemLocaleName()
lang = mac_ret;
#endif
-#if defined(Q_WS_WIN)
+#if defined(TQ_WS_WIN)
if ( !lang.isEmpty() ) {
long id = 0;
bool ok = false;