diff options
| author | David Faure <[email protected]> | 2007-11-15 20:04:05 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2007-11-15 20:04:05 +0000 |
| commit | f8302197daca5667aa3d4963528ce09e344eb27f (patch) | |
| tree | 1b274b695dd4f1520efcb82651e877e42916c554 /src/dolphinmainwindow.h | |
| parent | 247f37a58081e4debaf21a3994848971d8203be3 (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.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); |
