summaryrefslogtreecommitdiffstats
path: root/tdehtml/html/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdehtml/html/Platform.h')
-rw-r--r--tdehtml/html/Platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdehtml/html/Platform.h b/tdehtml/html/Platform.h
index f47d28bb2..dfbea38cf 100644
--- a/tdehtml/html/Platform.h
+++ b/tdehtml/html/Platform.h
@@ -193,7 +193,7 @@
/* for Unicode, KDE uses Qt, everything else uses ICU */
#if PLATFORM(KDE) || PLATFORM(QT)
-#define WTF_USE_QT4_UNICODE 1
+#define WTF_USE_QT3_UNICODE 1
#elif PLATFORM(SYMBIAN)
#define WTF_USE_SYMBIAN_UNICODE 1
#else