summaryrefslogtreecommitdiff
path: root/packages/uicmoc/uicmoc-native-2.3.10
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2005-07-14 13:30:43 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-14 13:30:43 +0000
commit2a87d84f3ef7a44edf05f7f73762ef58107e66f3 (patch)
treef1b79945aee6a5112fbbd14915459e68f226356c /packages/uicmoc/uicmoc-native-2.3.10
parent6b1a50e77050d8d0e5ccb230a10240bd1a85a323 (diff)
parent63048702254b15cd3fadf3bc81c6b6ee4707de43 (diff)
propagate from branch 'org.openembedded.dev' (head fb87c6675723cb138a41ecb1b79ceae9fcd25754)
to branch 'org.openembedded.nslu2-linux' (head d32f204f274e9d1d693eb680d1de4e3807521227)
Diffstat (limited to 'packages/uicmoc/uicmoc-native-2.3.10')
-rw-r--r--packages/uicmoc/uicmoc-native-2.3.10/gcc4.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/uicmoc/uicmoc-native-2.3.10/gcc4.patch b/packages/uicmoc/uicmoc-native-2.3.10/gcc4.patch
new file mode 100644
index 0000000000..633fe86c29
--- /dev/null
+++ b/packages/uicmoc/uicmoc-native-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