summaryrefslogtreecommitdiffstats
path: root/opensuse/core/tdelibs/gcc45.diff
diff options
context:
space:
mode:
Diffstat (limited to 'opensuse/core/tdelibs/gcc45.diff')
-rw-r--r--opensuse/core/tdelibs/gcc45.diff31
1 files changed, 0 insertions, 31 deletions
diff --git a/opensuse/core/tdelibs/gcc45.diff b/opensuse/core/tdelibs/gcc45.diff
deleted file mode 100644
index a4b8679bf..000000000
--- a/opensuse/core/tdelibs/gcc45.diff
+++ /dev/null
@@ -1,31 +0,0 @@
-------------------------------------------------------------------------
-r1074156 | mueller | 2010-01-13 16:02:53 +0100 (Mi, 13. Jan 2010) | 2 Zeilen
-
-fix build with gcc 4.5
-
-------------------------------------------------------------------------
-Index: kate/part/katehighlight.cpp
-===================================================================
---- kate/part/katehighlight.cpp (Revision 1074155)
-+++ kate/part/katehighlight.cpp (Revision 1074156)
-@@ -3225,7 +3225,7 @@ void KateHlManager::getDefaults(uint sch
- list.append(charAttribute);
-
- KateAttribute* string = new KateAttribute();
-- string->setTextColor(QColor::QColor("#D00"));
-+ string->setTextColor(QColor("#D00"));
- string->setSelectedTextColor(Qt::red);
- list.append(string);
-
-@@ -3242,9 +3242,9 @@ void KateHlManager::getDefaults(uint sch
-
- KateAttribute* alert = new KateAttribute();
- alert->setTextColor(Qt::black);
-- alert->setSelectedTextColor( QColor::QColor("#FCC") );
-+ alert->setSelectedTextColor( QColor("#FCC") );
- alert->setBold(true);
-- alert->setBGColor( QColor::QColor("#FCC") );
-+ alert->setBGColor( QColor("#FCC") );
- list.append(alert);
-
- KateAttribute* functionAttribute = new KateAttribute();