]> git.pld-linux.org Git - packages/kde4-kde3support.git/blame - kde4-kde3support-qt4.patch
- release 56 (by relup.sh)
[packages/kde4-kde3support.git] / kde4-kde3support-qt4.patch
CommitLineData
fe49a08c
JR
1--- kdelibs-3.5.10/kate/part/katehighlight.cpp~ 2007-05-14 09:52:27.000000000 +0200
2+++ kdelibs-3.5.10/kate/part/katehighlight.cpp 2010-10-05 12:36:24.541925678 +0200
3@@ -3225,7 +3225,7 @@
4 list.append(charAttribute);
5
6 KateAttribute* string = new KateAttribute();
7- string->setTextColor(QColor::QColor("#D00"));
8+ string->setTextColor(QColor("#D00"));
9 string->setSelectedTextColor(Qt::red);
10 list.append(string);
11
12@@ -3242,9 +3242,9 @@
13
14 KateAttribute* alert = new KateAttribute();
15 alert->setTextColor(Qt::black);
16- alert->setSelectedTextColor( QColor::QColor("#FCC") );
17+ alert->setSelectedTextColor( QColor("#FCC") );
18 alert->setBold(true);
19- alert->setBGColor( QColor::QColor("#FCC") );
20+ alert->setBGColor( QColor("#FCC") );
21 list.append(alert);
22
23 KateAttribute* functionAttribute = new KateAttribute();
This page took 0.055219 seconds and 4 git commands to generate.