┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-06-30 16:37:08 +0000
committerPeter Penz <[email protected]>2008-06-30 16:37:08 +0000
commit3bc3ca1458b14943526f1118057c93c0c3175f32 (patch)
treea4feaedb93e8b8bed90c0eb47d9b96989399dad8 /src/dolphinmainwindow.h
parent823b033ab78a26ecaa707136b4618b0db34d3360 (diff)
Move the "Find File..." action from DolphinMainWindow to DolphinViewActionHandler, so that is used in DolphinPart and hence also in Konqueror. Thanks to Bram for the patch!
CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=826383
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index db8034139..ce6dc6606 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -266,9 +266,6 @@ private slots:
/** Goes to the home URL. */
void goHome();
- /** Opens KFind for the current shown directory. */
- void findFile();
-
/** Opens Kompare for 2 selected files. */
void compareFiles();