aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/uicmoc/uicmoc-2.3.10/gcc4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/uicmoc/uicmoc-2.3.10/gcc4.patch')
-rw-r--r--recipes-qt/uicmoc/uicmoc-2.3.10/gcc4.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-qt/uicmoc/uicmoc-2.3.10/gcc4.patch b/recipes-qt/uicmoc/uicmoc-2.3.10/gcc4.patch
new file mode 100644
index 0000000..633fe86
--- /dev/null
+++ b/recipes-qt/uicmoc/uicmoc-2.3.10/gcc4.patch
@@ -0,0 +1,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