From c4bba1d65877257920ea6859153096dd8caac906 Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Thu, 5 Mar 2026 18:58:39 +0900
Subject: Remove use of KDE_IS_VERSION

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 src/editorpage.cpp | 2 --
 1 file changed, 2 deletions(-)

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<Kate::DocumentExt*>(m_pDoc);
 		if (pKateDoc)
 			pKateDoc->slotModifiedOnDisk(dynamic_cast<Kate::View*>(m_pView));
-#endif
 	}
 	
 	// Start/restart the auto-completion timer
-- 
cgit v1.2.3

