┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-03-26 18:44:36 +0000
committerPeter Penz <[email protected]>2009-03-26 18:44:36 +0000
commit66ef40ec88f5e2d6985b0bb8dd8dca1469a855a1 (patch)
tree9243199f71a28f9973d95cf70ecad835f799c708 /src/dolphinmainwindow.h
parent18a81c6301981617ab506f7d3e88f535ce459fda (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/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index 77fc36b58..687eecddf 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -172,6 +172,8 @@ private slots:
/** Updates the 'Create New...' sub menu. */
void updateNewMenu();
+ void createDirectory();
+
/** Shows the error message in the status bar of the active view. */
void showErrorMessage(const QString& message);