diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-02 21:00:43 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-02 21:00:43 +0200 |
commit | 920b8aa8bf7d66d19720349fbb499e2eb719cb2f (patch) | |
tree | e0bdb99276a2e07ee3653c99ddb18c24460c7bd4 /kde3/kdelibs3/kdelibs-3.5.10-gcc45-1.patch | |
parent | 62839f1551ac504e187e1a3e5e59fd51095cf908 (diff) | |
download | nutyx-pakxe-920b8aa8bf7d66d19720349fbb499e2eb719cb2f.tar.gz nutyx-pakxe-920b8aa8bf7d66d19720349fbb499e2eb719cb2f.tar.bz2 nutyx-pakxe-920b8aa8bf7d66d19720349fbb499e2eb719cb2f.tar.xz nutyx-pakxe-920b8aa8bf7d66d19720349fbb499e2eb719cb2f.zip |
qt3, maj des dépendances et suppression fichiers obsolètes
Diffstat (limited to 'kde3/kdelibs3/kdelibs-3.5.10-gcc45-1.patch')
-rw-r--r-- | kde3/kdelibs3/kdelibs-3.5.10-gcc45-1.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/kde3/kdelibs3/kdelibs-3.5.10-gcc45-1.patch b/kde3/kdelibs3/kdelibs-3.5.10-gcc45-1.patch deleted file mode 100644 index ca1df884c..000000000 --- a/kde3/kdelibs3/kdelibs-3.5.10-gcc45-1.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- kdelibs-3.5.10-original/kate/part/katehighlight.cpp 2007-05-14 09:52:27.000000000 +0200 -+++ kdelibs-3.5.10/kate/part/katehighlight.cpp 2010-09-28 17:21:27.000000000 +0200 -@@ -3225,7 +3225,7 @@ - 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 @@ - - 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(); |