diff options
| author | David Faure <[email protected]> | 2007-11-23 11:50:00 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2007-11-23 11:50:00 +0000 |
| commit | 71f5520898a02151924a4267072f2ddc1d6d88fd (patch) | |
| tree | 25dddf81a45e2dff8383ab8b9713063074bbfb6a /src/dolphinpart.h | |
| parent | 207b72163bd799cce91d65c1876c7766d30b510f (diff) | |
Move F10 (create directory) shortcut from konq to dolphinpart.
About all those filemanagement feature moves: I double checked and the other inode/directory parts are cervisia (need own file-related operations for VCS support), konsole (no gui), kfilereplacepart (no mkdir) and fsview (readonly). So better unbloat konq itself.
svn path=/trunk/KDE/kdebase/apps/; revision=740491
Diffstat (limited to 'src/dolphinpart.h')
| -rw-r--r-- | src/dolphinpart.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h index 5075702db..2a512eddb 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -22,6 +22,7 @@ #include <kparts/part.h> #include <kparts/browserextension.h> +class KAction; class KFileItemList; class KFileItem; class DolphinPartBrowserExtension; @@ -113,6 +114,8 @@ private Q_SLOTS: */ void slotTrashActivated(Qt::MouseButtons, Qt::KeyboardModifiers); + void slotNewDir(); + private: void createActions(); |
