diff options
Diffstat (limited to 'kate/part/kateundo.cpp')
-rw-r--r-- | kate/part/kateundo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/part/kateundo.cpp b/kate/part/kateundo.cpp index da6a99474..379df16f0 100644 --- a/kate/part/kateundo.cpp +++ b/kate/part/kateundo.cpp @@ -389,4 +389,4 @@ bool KateUndoGroup::isOnlyType(KateUndoGroup::UndoType type) return true; } -// kate: space-indent on; indent-width 2; tqreplace-tabs on; +// kate: space-indent on; indent-width 2; replace-tabs on; |