summaryrefslogtreecommitdiffstats
path: root/opensuse/tdelibs/gcc45.diff
diff options
context:
space:
mode:
authorRobert Xu <[email protected]>2011-11-10 18:04:39 -0500
committerRobert Xu <[email protected]>2011-11-10 18:04:39 -0500
commit21fcfa3348213aa87f0e3aef62ca4720c6d31cb7 (patch)
tree2cfb64c59322628e613ed0895e3c3694d3abe6bd /opensuse/tdelibs/gcc45.diff
parent8667643bff14a60d8571c599efd3e48bed3e3b12 (diff)
downloadtde-packaging-21fcfa3348213aa87f0e3aef62ca4720c6d31cb7.tar.gz
tde-packaging-21fcfa3348213aa87f0e3aef62ca4720c6d31cb7.zip
initial commit to suse branch: eclipse integration
Diffstat (limited to 'opensuse/tdelibs/gcc45.diff')
-rw-r--r--opensuse/tdelibs/gcc45.diff31
1 files changed, 0 insertions, 31 deletions
diff --git a/opensuse/tdelibs/gcc45.diff b/opensuse/tdelibs/gcc45.diff
deleted file mode 100644
index a4b8679bf..000000000
--- a/opensuse/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();