diff options
Diffstat (limited to 'src/editorpage.cpp')
-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 df69e0c..b9f5b96 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 KDE_IS_VERSION(3,3,0) +#if TDE_IS_VERSION(3,3,0) Kate::DocumentExt* pKateDoc; // If the editor is a Kate part, check whether it was modified on |