aboutsummaryrefslogtreecommitdiff
path: root/editors/calligra/files/patch-kpresenter-kpresenter_dlg_config.cc
diff options
context:
space:
mode:
Diffstat (limited to 'editors/calligra/files/patch-kpresenter-kpresenter_dlg_config.cc')
-rw-r--r--editors/calligra/files/patch-kpresenter-kpresenter_dlg_config.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/editors/calligra/files/patch-kpresenter-kpresenter_dlg_config.cc b/editors/calligra/files/patch-kpresenter-kpresenter_dlg_config.cc
deleted file mode 100644
index 012854cf57d2..000000000000
--- a/editors/calligra/files/patch-kpresenter-kpresenter_dlg_config.cc
+++ /dev/null
@@ -1,20 +0,0 @@
---- ./kpresenter/kpresenter_dlg_config.cc.orig Sat Aug 31 07:13:35 2002
-+++ ./kpresenter/kpresenter_dlg_config.cc Sun Nov 17 06:30:28 2002
-@@ -305,7 +305,7 @@
- grid1->addWidget( lab, 0, 0 );
-
- bgColor = new KColorButton( oldBgColor,
--#if KDE_VERSION >= 305
-+#if KDE_VERSION >= 306
- oldBgColor,
- #endif
- tmpQGroupBox );
-@@ -318,7 +318,7 @@
- grid1->addWidget( lab, 2, 0 );
-
- gridColor = new KColorButton( oldGridColor,
--#if KDE_VERSION >= 305
-+#if KDE_VERSION >= 306
- oldGridColor,
- #endif
- tmpQGroupBox );