summaryrefslogtreecommitdiff
path: root/cumulus/cumulus-1.1
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
committerChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
commit2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch)
treebf879bea7ef8517ba8c3d1286ef300401d3d484c /cumulus/cumulus-1.1
parent101e2f1623def0a355d20aacb8bd93810703e834 (diff)
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded 2004/12/09 03:39:39-06:00 kergoth.com!kergoth Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit. BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'cumulus/cumulus-1.1')
-rw-r--r--cumulus/cumulus-1.1/qtooltip.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/cumulus/cumulus-1.1/qtooltip.patch b/cumulus/cumulus-1.1/qtooltip.patch
deleted file mode 100644
index b36b9676a7..0000000000
--- a/cumulus/cumulus-1.1/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