aboutsummaryrefslogtreecommitdiffstats
path: root/editors/koffice-kde4/files/patch-lib-kotext-koParagDia.cc
diff options
context:
space:
mode:
Diffstat (limited to 'editors/koffice-kde4/files/patch-lib-kotext-koParagDia.cc')
-rw-r--r--editors/koffice-kde4/files/patch-lib-kotext-koParagDia.cc20
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/koffice-kde4/files/patch-lib-kotext-koParagDia.cc b/editors/koffice-kde4/files/patch-lib-kotext-koParagDia.cc
new file mode 100644
index 00000000000..96e6f7bc38d
--- /dev/null
+++ b/editors/koffice-kde4/files/patch-lib-kotext-koParagDia.cc
@@ -0,0 +1,20 @@
+--- ./lib/kotext/koParagDia.cc.orig Sun Sep 1 14:09:03 2002
++++ ./lib/kotext/koParagDia.cc Sun Nov 17 06:33:53 2002
+@@ -1132,7 +1132,7 @@
+ grid->addWidget( lColor, 4, 0 );
+
+ bColor = new KColorButton( black,
+-#if KDE_VERSION >= 305
++#if KDE_VERSION >= 306
+ black,
+ #endif
+ this );
+@@ -1955,7 +1955,7 @@
+ QLabel *lcolor = new QLabel( i18n( "Color:" ), shadow );
+ grid2->addWidget(lcolor,0,0);
+ color = new KColorButton( black,
+-#if KDE_VERSION >= 305
++#if KDE_VERSION >= 306
+ black,
+ #endif
+ shadow );