From 7d55c452e8694948f7661e063822753130f1506b Mon Sep 17 00:00:00 2001 From: Francois Andriot Date: Sun, 12 Jan 2014 11:44:19 +0100 Subject: [PATCH] Fix FTBFS --- src/editorpage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editorpage.cpp b/src/editorpage.cpp index b9f5b96..df69e0c 100644 --- a/src/editorpage.cpp +++ b/src/editorpage.cpp @@ -662,7 +662,7 @@ void EditorPage::slotSetModified() m_bModified = true; emit modified(this, m_bModified); -#if TDE_IS_VERSION(3,3,0) +#if KDE_IS_VERSION(3,3,0) Kate::DocumentExt* pKateDoc; // If the editor is a Kate part, check whether it was modified on