┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewactionhandler.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/dolphinviewactionhandler.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/dolphinviewactionhandler.h')
-rw-r--r--src/dolphinviewactionhandler.h5
1 files changed, 5 insertions, 0 deletions
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.