aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cumulus/cumulus/qtooltip.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/cumulus/cumulus/qtooltip.patch')
-rw-r--r--recipes/cumulus/cumulus/qtooltip.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/recipes/cumulus/cumulus/qtooltip.patch b/recipes/cumulus/cumulus/qtooltip.patch
deleted file mode 100644
index b36b9676a7..0000000000
--- a/recipes/cumulus/cumulus/qtooltip.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-
-#
-# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
-#
-
---- cumulus/whatsthat.cpp~qtooltip 2004-01-24 12:00:59.000000000 +0100
-+++ cumulus/whatsthat.cpp 2004-01-29 19:30:04.000000000 +0100
-@@ -16,7 +16,7 @@
- ***********************************************************************/
-
- #include "whatsthat.h"
--#include <qtooltip.h>
-+#include "./qtooltip.h"
- #include <qstylesheet.h>
- #include <qapplication.h>
- #include <qpainter.h>
---- cumulus/qtooltip.h~qtooltip 2004-01-24 12:01:00.000000000 +0100
-+++ cumulus/qtooltip.h 2004-01-29 19:31:16.000000000 +0100
-@@ -43,7 +43,7 @@
- public:
- QToolTip(){};
- ~QToolTip(){};
-- QPalette palette();
-+ static QPalette palette();
- };
-
- #endif