summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrConfig.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-06 21:16:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-06 21:16:46 +0900
commit4afaa31411ecdf0779d48662cf78d5cdc593ec53 (patch)
tree60538645e888a231882576e8ba10307f23c0ec7f /kpresenter/KPrConfig.cpp
parent3a121c599732a399265a02efed9f8b60d8df7603 (diff)
downloadkoffice-4afaa31411ecdf0779d48662cf78d5cdc593ec53.tar.gz
koffice-4afaa31411ecdf0779d48662cf78d5cdc593ec53.zip
Remove use of KDE_IS_VERSION
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kpresenter/KPrConfig.cpp')
-rw-r--r--kpresenter/KPrConfig.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/kpresenter/KPrConfig.cpp b/kpresenter/KPrConfig.cpp
index 050b08b60..4ea5112bd 100644
--- a/kpresenter/KPrConfig.cpp
+++ b/kpresenter/KPrConfig.cpp
@@ -1010,11 +1010,7 @@ void KPrConfigurePathPage::apply()
{
config->setGroup( "Kpresenter Path" );
m_pView->kPresenterDoc()->setBackupPath( res );
-#if KDE_IS_VERSION(3,1,3)
config->writePathEntry( "backup path",res );
-#else
- config->writeEntry( "backup path",res );
-#endif
}
}
item = m_pPathView->findItem(i18n("Picture Path"), 0);
@@ -1025,11 +1021,7 @@ void KPrConfigurePathPage::apply()
{
config->setGroup( "Kpresenter Path" );
m_pView->kPresenterDoc()->setPicturePath( res );
-#if KDE_IS_VERSION(3,1,3)
config->writePathEntry( "picture path",res );
-#else
- config->writeEntry( "picture path",res );
-#endif
}
}
}