summaryrefslogtreecommitdiff
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 7aa29b7be2..06581c0348 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_WS_S60)
+class CCoeControl;
+typedef CCoeControl * WId;
+#endif // Q_WS_S60
+
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE