diff options
Diffstat (limited to 'kate/part/kateattribute.cpp')
-rw-r--r-- | kate/part/kateattribute.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/part/kateattribute.cpp b/kate/part/kateattribute.cpp index 068d0d571..9ed6349f6 100644 --- a/kate/part/kateattribute.cpp +++ b/kate/part/kateattribute.cpp @@ -265,4 +265,4 @@ bool operator !=(const KateAttribute& h1, const KateAttribute& h2) return !(h1 == h2); } -// kate: space-indent on; indent-width 2; tqreplace-tabs on; +// kate: space-indent on; indent-width 2; replace-tabs on; |