diff options
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: |