diff options
author | Slávek Banko <[email protected]> | 2013-09-03 19:57:00 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-03 19:57:00 +0200 |
commit | 7728fb7c70b281c817b9a49bd499abda882b076b (patch) | |
tree | 9070ee9a32dcd2b6e0495b6fc596867fad4dd3ae /src/fileaccess.cpp | |
parent | 6b734218e2765019caf6659e1ffefd0050d12800 (diff) | |
download | kdiff3-7728fb7c70b281c817b9a49bd499abda882b076b.tar.gz kdiff3-7728fb7c70b281c817b9a49bd499abda882b076b.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'src/fileaccess.cpp')
-rw-r--r-- | src/fileaccess.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileaccess.cpp b/src/fileaccess.cpp index 6946232..0dc0511 100644 --- a/src/fileaccess.cpp +++ b/src/fileaccess.cpp @@ -887,7 +887,7 @@ bool FileAccessJobHandler::copyFile( const TQString& dest ) i18n("Copying file: %1 -> %2").arg(m_pFileAccess->prettyAbsPath()).arg(dest) ); return m_bSuccess; - // Note that the KIO-slave preserves the original date, if this is supported. + // Note that the TDEIO-slave preserves the original date, if this is supported. } // Both files are local: |