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/KPrWebPresentation.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'kpresenter/KPrWebPresentation.cpp') diff --git a/kpresenter/KPrWebPresentation.cpp b/kpresenter/KPrWebPresentation.cpp index d76e208b0..025ce37b5 100644 --- a/kpresenter/KPrWebPresentation.cpp +++ b/kpresenter/KPrWebPresentation.cpp @@ -249,11 +249,7 @@ void KPrWebPresentation::saveConfig() cfg.writeEntry( "BackColor", backColor ); cfg.writeEntry( "TitleColor", titleColor ); cfg.writeEntry( "TextColor", textColor ); -#if KDE_IS_VERSION(3,1,3) cfg.writePathEntry( "Path", path ); -#else - cfg.writeEntry( "Path", path ); -#endif cfg.writeEntry( "XML", xml ); cfg.writeEntry( "WriteHeader", m_bWriteHeader ); cfg.writeEntry( "WriteFooter", m_bWriteFooter ); -- cgit v1.2.3