From c4bba1d65877257920ea6859153096dd8caac906 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 5 Mar 2026 18:58:39 +0900 Subject: Remove use of KDE_IS_VERSION Signed-off-by: Michele Calgaro --- src/editorpage.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/editorpage.cpp') diff --git a/src/editorpage.cpp b/src/editorpage.cpp index d024a50..87c81af 100644 --- a/src/editorpage.cpp +++ b/src/editorpage.cpp @@ -662,7 +662,6 @@ void EditorPage::slotSetModified() m_bModified = true; emit modified(this, m_bModified); -#if KDE_IS_VERSION(3,3,0) Kate::DocumentExt* pKateDoc; // If the editor is a Kate part, check whether it was modified on @@ -670,7 +669,6 @@ void EditorPage::slotSetModified() pKateDoc = dynamic_cast(m_pDoc); if (pKateDoc) pKateDoc->slotModifiedOnDisk(dynamic_cast(m_pView)); -#endif } // Start/restart the auto-completion timer -- cgit v1.2.3