diff options
author | Francois Andriot <francois.andriot@free.fr> | 2014-01-12 11:44:19 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-01-12 11:44:19 +0100 |
commit | 7d55c452e8694948f7661e063822753130f1506b (patch) | |
tree | 7a3fe163d0d8a99b1500f2886d7b72bb97971299 | |
parent | 974af48ed9d9f89b8937ef4b07529adebc2a38c8 (diff) | |
download | kscope-7d55c452e8694948f7661e063822753130f1506b.tar.gz kscope-7d55c452e8694948f7661e063822753130f1506b.zip |
Fix FTBFS
-rw-r--r-- | src/editorpage.cpp | 2 |
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 |