diff options
Diffstat (limited to 'kate/part/katedocument.cpp')
-rw-r--r-- | kate/part/katedocument.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/part/katedocument.cpp b/kate/part/katedocument.cpp index e42bfb0bd..5e2cef175 100644 --- a/kate/part/katedocument.cpp +++ b/kate/part/katedocument.cpp @@ -2399,7 +2399,7 @@ bool KateDocument::openFile(TDEIO::Job * job) if (pos != -1) setEncoding (serviceType.mid(pos+1)); - // if the encoding is set here - on the command line/from the dialog/from KIO + // if the encoding is set here - on the command line/from the dialog/from TDEIO // we prevent file type and document variables from changing it bool encodingSticky = m_encodingSticky; m_encodingSticky = m_config->isSetEncoding(); |