|
|
@ -662,7 +662,7 @@ void EditorPage::slotSetModified()
|
|
|
|
m_bModified = true;
|
|
|
|
m_bModified = true;
|
|
|
|
emit modified(this, m_bModified);
|
|
|
|
emit modified(this, m_bModified);
|
|
|
|
|
|
|
|
|
|
|
|
#if TDE_IS_VERSION(3,3,0)
|
|
|
|
#if KDE_IS_VERSION(3,3,0)
|
|
|
|
Kate::DocumentExt* pKateDoc;
|
|
|
|
Kate::DocumentExt* pKateDoc;
|
|
|
|
|
|
|
|
|
|
|
|
// If the editor is a Kate part, check whether it was modified on
|
|
|
|
// If the editor is a Kate part, check whether it was modified on
|
|
|
|