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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/kernel/qwindowdefs.h b/src/gui/kernel/qwindowdefs.h
index a721c7da98..1dc72036c0 100644
--- a/src/gui/kernel/qwindowdefs.h
+++ b/src/gui/kernel/qwindowdefs.h
@@ -131,6 +131,12 @@ QT_END_HEADER
#endif // Q_WS_QWS
+#if defined(Q_WS_QPA)
+
+typedef unsigned long WId;
+
+#endif // Q_WS_QPA
+
#if defined(Q_OS_SYMBIAN)
class CCoeControl;
typedef CCoeControl * WId;