diff options
author | Robert Xu <robxu9@gmail.com> | 2012-03-31 14:28:06 -0400 |
---|---|---|
committer | Robert Xu <robxu9@gmail.com> | 2012-03-31 14:28:06 -0400 |
commit | 59dd46ef985a719579132efa6a9aa49bfeeae112 (patch) | |
tree | 93d8c721ff263e67aaf59e364496862872ded8fb /opensuse/core/tdelibs/gcc45.diff | |
parent | c141f0bc29b6e2eeda5ca08a043d26546a1427f9 (diff) | |
download | tde-packaging-59dd46ef985a719579132efa6a9aa49bfeeae112.tar.gz tde-packaging-59dd46ef985a719579132efa6a9aa49bfeeae112.zip |
better late than never, hm...
Diffstat (limited to 'opensuse/core/tdelibs/gcc45.diff')
-rw-r--r-- | opensuse/core/tdelibs/gcc45.diff | 31 |
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(); |