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/dolphinviewactionhandler.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/dolphinviewactionhandler.h') diff --git a/src/dolphinviewactionhandler.h b/src/dolphinviewactionhandler.h index 4cc63b86a..5c13299a1 100644 --- a/src/dolphinviewactionhandler.h +++ b/src/dolphinviewactionhandler.h @@ -173,6 +173,11 @@ private Q_SLOTS: */ void slotAdjustViewProperties(); + /** + * Opens the Find File dialog for the currently shown directory. + */ + void slotFindFile(); + private: /** * Create all the actions. -- cgit v1.3.1