diff options
Diffstat (limited to 'libkonq/konq_undo.cc')
-rw-r--r-- | libkonq/konq_undo.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkonq/konq_undo.cc b/libkonq/konq_undo.cc index a6072e800..51d85587d 100644 --- a/libkonq/konq_undo.cc +++ b/libkonq/konq_undo.cc @@ -464,7 +464,7 @@ void KonqUndoManager::undoMovingFiles() d->m_uiserver->moving( d->m_uiserverJobId, op.m_dst, op.m_src ); } - // The above KIO jobs are lowlevel, they don't trigger KDirNotify notification + // The above TDEIO jobs are lowlevel, they don't trigger KDirNotify notification // So we need to do it ourselves (but schedule it to the end of the undo, to compress them) KURL url( op.m_dst ); url.setPath( url.directory() ); |