aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qte/qte-4.0.0-snapshot/fix-qwsmanager.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/qte/qte-4.0.0-snapshot/fix-qwsmanager.patch')
-rw-r--r--packages/qte/qte-4.0.0-snapshot/fix-qwsmanager.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/qte/qte-4.0.0-snapshot/fix-qwsmanager.patch b/packages/qte/qte-4.0.0-snapshot/fix-qwsmanager.patch
deleted file mode 100644
index f676f0e09c..0000000000
--- a/packages/qte/qte-4.0.0-snapshot/fix-qwsmanager.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- qt-embedded-opensource-4.0.0-b1/src/gui/kernel/qapplication_p.h~fix-qwsmanager
-+++ qt-embedded-opensource-4.0.0-b1/src/gui/kernel/qapplication_p.h
-@@ -41,7 +41,9 @@
- #include "qmutex.h"
- #include "qtranslator.h"
- #include "qshortcutmap_p.h"
--
-+#ifdef Q_WS_QWS
-+#include "qwsmanager_qws.h"
-+#endif
- #include <private/qcoreapplication_p.h>
- #include "qapplication.h"
- #include "qbasictimer.h"