diff options
| author | David Faure <[email protected]> | 2007-11-15 10:10:42 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2007-11-15 10:10:42 +0000 |
| commit | 205bf2035d30517e781271bbcae8e4c102d71871 (patch) | |
| tree | 0287e95ac7b90181197cc6a6a9ac04ea6036a453 /src/dolphinviewcontainer.cpp | |
| parent | 72dc6a9d229e581eeef26b07108f5883f12b30f0 (diff) | |
KonqUndoManager -> KonqFileUndoManager, to prepare for a KonqUndoManager in konqueror,
Taking this opportunity for filename==classname and a .cpp extension, as well.
svn path=/trunk/KDE/kdebase/apps/; revision=737032
Diffstat (limited to 'src/dolphinviewcontainer.cpp')
| -rw-r--r-- | src/dolphinviewcontainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp index f3a836b73..0a7516c45 100644 --- a/src/dolphinviewcontainer.cpp +++ b/src/dolphinviewcontainer.cpp @@ -201,7 +201,7 @@ void DolphinViewContainer::renameSelectedItems() view->statusBar()->setMessage(dialog.errorString(), DolphinStatusBar::Error); } else { - // TODO: check how this can be integrated into KonqUndoManager/KonqOperations + // TODO: check how this can be integrated into KonqFileUndoManager/KonqOperations // as one operation instead of n rename operations like it is done now... Q_ASSERT(newName.contains('#')); |
