From 4afaa31411ecdf0779d48662cf78d5cdc593ec53 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 6 Mar 2026 21:16:46 +0900 Subject: Remove use of KDE_IS_VERSION Signed-off-by: Michele Calgaro --- kpresenter/KPrConfig.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'kpresenter/KPrConfig.cpp') 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 } } } -- cgit v1.2.3