summaryrefslogtreecommitdiff
path: root/editors/calligra/files/patch-lib-kotext-koParagDia.cc
diff options
context:
space:
mode:
Diffstat (limited to 'editors/calligra/files/patch-lib-kotext-koParagDia.cc')
-rw-r--r--editors/calligra/files/patch-lib-kotext-koParagDia.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/editors/calligra/files/patch-lib-kotext-koParagDia.cc b/editors/calligra/files/patch-lib-kotext-koParagDia.cc
deleted file mode 100644
index 96e6f7bc38d9..000000000000
--- a/editors/calligra/files/patch-lib-kotext-koParagDia.cc
+++ /dev/null
@@ -1,20 +0,0 @@
---- ./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 );