summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Andriot <francois.andriot@free.fr>2014-01-12 11:44:19 +0100
committerSlávek Banko <slavek.banko@axis.cz>2014-01-12 11:44:19 +0100
commit7d55c452e8694948f7661e063822753130f1506b (patch)
tree7a3fe163d0d8a99b1500f2886d7b72bb97971299
parent974af48ed9d9f89b8937ef4b07529adebc2a38c8 (diff)
downloadkscope-7d55c452.tar.gz
kscope-7d55c452.zip
Fix FTBFS
-rw-r--r--src/editorpage.cpp2
1 files changed, 1 insertions, 1 deletions
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