diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-05 18:58:39 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-05 18:58:39 +0900 |
| commit | c4bba1d65877257920ea6859153096dd8caac906 (patch) | |
| tree | 9fe53acd82a030835dfe224aa327477b64c98f36 /src | |
| parent | b5c57b962b6d8103ff7118277a8593a70b3c9b82 (diff) | |
| download | kscope-c4bba1d65877257920ea6859153096dd8caac906.tar.gz kscope-c4bba1d65877257920ea6859153096dd8caac906.zip | |
Remove use of KDE_IS_VERSION
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
| -rw-r--r-- | src/editorpage.cpp | 2 |
1 files changed, 0 insertions, 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 |
