aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/uicmoc/uicmoc-native-2.3.10/gcc4.patch
blob: 633fe86c293e02fa13f6b295418126eae723e034 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- qt-2.3.10/src/kernel/qwindowsystem_qws.h.orig	2005-07-13 20:23:30.061728456 +0100
+++ qt-2.3.10/src/kernel/qwindowsystem_qws.h	2005-07-13 20:37:57.183905848 +0100
@@ -168,6 +168,9 @@
 class QWSMouseHandler;
 struct QWSCommandStruct;
 
+class QWSInputMethod;
+class QWSGestureMethod;
+
 #ifndef QT_NO_QWS_MULTIPROCESS
 class QWSServer : public QWSServerSocket
 #else