┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-01-19 16:59:10 +0000
committerPeter Penz <[email protected]>2008-01-19 16:59:10 +0000
commitaeec6595302aded5bdf9b00448859b68e375cdcb (patch)
treed8af0393c46514ec95d3a76e8ee22b0eb842ce97 /src/dolphinmainwindow.h
parent89bb4eaf198a1427a1000f3f77dcabaee5fdae93 (diff)
stay consistent with Konqueror: F10 creates a new directory
svn path=/trunk/KDE/kdebase/apps/; revision=763500
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index f757520c3..43dc2248a 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -163,6 +163,9 @@ protected:
virtual void readProperties(const KConfigGroup& group);
private slots:
+ /** Opens the dialog for creating a directory. */
+ void createDir();
+
/** Updates the 'Create New...' sub menu. */
void updateNewMenu();