aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cumulus
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-03 12:38:52 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-03 12:50:37 +0200
commit3c83508467dcdaec76a5f9d293e5f35534d9f78c (patch)
treee5d98ee7a0bc9cdcfc751afdf2e785221a3f147d /recipes/cumulus
parentfee76fce88db1f3ce5815aeebbc065b9219fbc01 (diff)
downloadopenembedded-3c83508467dcdaec76a5f9d293e5f35534d9f78c.tar.gz
cumulus : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/cumulus')
-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