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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/kernel/qwindowdefs.h b/src/gui/kernel/qwindowdefs.h
index 8b44d38..0b5ca6c 100644
--- a/src/gui/kernel/qwindowdefs.h
+++ b/src/gui/kernel/qwindowdefs.h
@@ -131,6 +131,11 @@ QT_END_HEADER
#endif // Q_WS_QWS
+#if defined(Q_OS_SYMBIAN)
+class CCoeControl;
+typedef CCoeControl * WId;
+#endif // Q_OS_SYMBIAN
+
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE