┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2007-11-15 20:04:05 +0000
committerDavid Faure <[email protected]>2007-11-15 20:04:05 +0000
commitf8302197daca5667aa3d4963528ce09e344eb27f (patch)
tree1b274b695dd4f1520efcb82651e877e42916c554 /src/dolphinmainwindow.h
parent247f37a58081e4debaf21a3994848971d8203be3 (diff)
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
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h4
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);