diff options
| author | David Faure <[email protected]> | 2007-11-15 14:59:02 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2007-11-15 14:59:02 +0000 |
| commit | 53d65e6392d3b03d7709385df5006d5d34c22852 (patch) | |
| tree | 8835b13baca4e53540c3f94cc1f4472c77c4567c /src/dolphinmainwindow.h | |
| parent | 205bf2035d30517e781271bbcae8e4c102d71871 (diff) | |
Implement renaming in dolphinpart.
No more rename action provided by konqueror, the part provides it now.
Had to move a bit of code around in dolphin, as discussed with Peter.
svn path=/trunk/KDE/kdebase/apps/; revision=737121
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index e33de4ef6..29ec37744 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -422,6 +422,9 @@ 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(); + private: DolphinMainWindow(int id); void init(); |
