summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindowdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qwindowdefs.h')
-rw-r--r--src/gui/kernel/qwindowdefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qwindowdefs.h b/src/gui/kernel/qwindowdefs.h
index ea3281f..1dc7203 100644
--- a/src/gui/kernel/qwindowdefs.h
+++ b/src/gui/kernel/qwindowdefs.h
@@ -131,11 +131,11 @@ QT_END_HEADER
#endif // Q_WS_QWS
-#if defined(Q_WS_LITE)
+#if defined(Q_WS_QPA)
typedef unsigned long WId;
-#endif // Q_WS_LITE
+#endif // Q_WS_QPA
#if defined(Q_OS_SYMBIAN)
class CCoeControl;