summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrWebPresentation.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/KPrWebPresentation.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/KPrWebPresentation.cpp')
-rw-r--r--kpresenter/KPrWebPresentation.cpp4
1 files changed, 0 insertions, 4 deletions
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 );