d07045b
diff -up kdelibs-3.5.10/kate/part/katehighlight.cpp.gcc_ftbfs kdelibs-3.5.10/kate/part/katehighlight.cpp
d07045b
--- kdelibs-3.5.10/kate/part/katehighlight.cpp.gcc_ftbfs	2007-05-14 02:52:27.000000000 -0500
d07045b
+++ kdelibs-3.5.10/kate/part/katehighlight.cpp	2010-11-18 11:12:45.453403959 -0600
d07045b
@@ -3225,7 +3225,7 @@ void KateHlManager::getDefaults(uint sch
d07045b
   list.append(charAttribute);
d07045b
 
d07045b
   KateAttribute* string = new KateAttribute();
d07045b
-  string->setTextColor(QColor::QColor("#D00"));
d07045b
+  string->setTextColor(QColor("#D00"));
d07045b
   string->setSelectedTextColor(Qt::red);
d07045b
   list.append(string);
d07045b
 
d07045b
@@ -3242,9 +3242,9 @@ void KateHlManager::getDefaults(uint sch
d07045b
 
d07045b
   KateAttribute* alert = new KateAttribute();
d07045b
   alert->setTextColor(Qt::black);
d07045b
-  alert->setSelectedTextColor( QColor::QColor("#FCC") );
d07045b
+  alert->setSelectedTextColor( QColor("#FCC") );
d07045b
   alert->setBold(true);
d07045b
-  alert->setBGColor( QColor::QColor("#FCC") );
d07045b
+  alert->setBGColor( QColor("#FCC") );
d07045b
   list.append(alert);
d07045b
 
d07045b
   KateAttribute* functionAttribute = new KateAttribute();