From f8302197daca5667aa3d4963528ce09e344eb27f Mon Sep 17 00:00:00 2001 From: David Faure Date: Thu, 15 Nov 2007 20:04:05 +0000 Subject: Implement cut/copy/paste in dolphinpart. Had to move more code to DolphinView, to use it from the part. svn path=/trunk/KDE/kdebase/apps/; revision=737203 --- src/dolphinmainwindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dolphinmainwindow.h') 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); -- cgit v1.3