diff options
Diffstat (limited to 'recipes/uicmoc/uicmoc-native-2.3.10/gcc4.patch')
-rw-r--r-- | recipes/uicmoc/uicmoc-native-2.3.10/gcc4.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/uicmoc/uicmoc-native-2.3.10/gcc4.patch b/recipes/uicmoc/uicmoc-native-2.3.10/gcc4.patch new file mode 100644 index 0000000000..633fe86c29 --- /dev/null +++ b/recipes/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 |