diff options
| author | Peter Penz <[email protected]> | 2009-03-26 18:44:36 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-03-26 18:44:36 +0000 |
| commit | 66ef40ec88f5e2d6985b0bb8dd8dca1469a855a1 (patch) | |
| tree | 9243199f71a28f9973d95cf70ecad835f799c708 /src/dolphinpart.h | |
| parent | 18a81c6301981617ab506f7d3e88f535ce459fda (diff) | |
Use KNewMenu::createDirectory() instead of KonqOperations::newDir() when F10 has been pressed, so that the directory gets automatically selected afterwards.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=945037
Diffstat (limited to 'src/dolphinpart.h')
| -rw-r--r-- | src/dolphinpart.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h index e7198d45e..4a030af89 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -198,6 +198,8 @@ private Q_SLOTS: */ void updateProgress(int percent); + void createDirectory(); + private: void createActions(); void createGoAction(const char* name, const char* iconName, |
