From 3bc3ca1458b14943526f1118057c93c0c3175f32 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 30 Jun 2008 16:37:08 +0000 Subject: 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: bramschoenmakers@kde.nl CCMAIL: faure@kde.org svn path=/trunk/KDE/kdebase/apps/; revision=826383 --- src/dolphinmainwindow.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/dolphinmainwindow.h') 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(); -- cgit v1.3.1