┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewactionhandler.h
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2010-01-26 12:04:56 +0000
committerDavid Faure <[email protected]>2010-01-26 12:04:56 +0000
commitad85be955bc34f9ed9aa69f4453f26f57bf85e04 (patch)
tree9e5f24e21ce70c3801c32e9fe36b37ca76e75023 /src/dolphinviewactionhandler.h
parent950d3ad78bc7403be701936e3838d142c920d643 (diff)
Deprecated KNewMenu and make it derive from KNewFileMenu (BIC, but SC; the only way to avoid duplicating code until kde5)
Port all of kdebase' use of KNewMenu to KNewFileMenu. Also port from KonqNameAndUrlInputDialog to KNameAndUrlInputDialog, and from KonqMenuActions to KFileItemActions in dolphincontextmenu.cpp svn path=/trunk/KDE/kdebase/apps/; revision=1080547
Diffstat (limited to 'src/dolphinviewactionhandler.h')
-rw-r--r--src/dolphinviewactionhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinviewactionhandler.h b/src/dolphinviewactionhandler.h
index 1ce5f9d48..5193da719 100644
--- a/src/dolphinviewactionhandler.h
+++ b/src/dolphinviewactionhandler.h
@@ -88,7 +88,7 @@ Q_SIGNALS:
/**
* Emitted if the user requested creating a new directory by the F10 key.
* The receiver of the signal (DolphinMainWindow or DolphinPart) invokes
- * the method createDirectory of their KNewMenu instance.
+ * the method createDirectory of their KNewFileMenu instance.
*/
void createDirectory();