diff options
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 29ec37744..1471b44e9 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -422,8 +422,8 @@ private slots: /** Toggles the active view if two views are shown within the main window. */ void toggleActiveView(); - /** Called when the view is renaming a file. */ - void slotRenaming(); + /** Called when the view is doing a file operation, like renaming, copying, moving etc. */ + void slotDoingOperation(KonqFileUndoManager::CommandType type); private: DolphinMainWindow(int id); |
