]> git.pld-linux.org Git - packages/kde4-kde3support.git/commitdiff
- latest qt does not like QColor::QColor auto/th/kde4-kde3support-3_5_10-30
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 5 Oct 2010 10:38:13 +0000 (10:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kde4-kde3support-qt4.patch -> 1.1
    kde4-kde3support.spec -> 1.50

kde4-kde3support-qt4.patch [new file with mode: 0644]
kde4-kde3support.spec

diff --git a/kde4-kde3support-qt4.patch b/kde4-kde3support-qt4.patch
new file mode 100644 (file)
index 0000000..5500144
--- /dev/null
@@ -0,0 +1,23 @@
+--- kdelibs-3.5.10/kate/part/katehighlight.cpp~        2007-05-14 09:52:27.000000000 +0200
++++ kdelibs-3.5.10/kate/part/katehighlight.cpp 2010-10-05 12:36:24.541925678 +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();
index e063dceb6bd96c2bb6a95ebd338381e0b6848a31..0c8bb60a3509f335ec7fb8d8f573a5c704d7e5b4 100644 (file)
@@ -34,6 +34,7 @@ Patch5:               kdelibs-gcc4.patch
 Patch6:                %{name}-ac.patch
 Patch7:                crystalsvg-theme_index.patch
 Patch8:                openssl1.patch
+Patch9:                %{name}-qt4.patch
 URL:           http://www.kde.org/
 BuildRequires: OpenEXR-devel >= 1.4.0.a
 BuildRequires: acl-devel
@@ -237,6 +238,7 @@ KDE.
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 
 mv -f configure{,.dist}
 
This page took 0.045631 seconds and 4 git commands to generate.