diff options
| author | Peter Penz <[email protected]> | 2008-06-30 16:37:08 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-06-30 16:37:08 +0000 |
| commit | 3bc3ca1458b14943526f1118057c93c0c3175f32 (patch) | |
| tree | a4feaedb93e8b8bed90c0eb47d9b96989399dad8 /src/dolphinmainwindow.h | |
| parent | 823b033ab78a26ecaa707136b4618b0db34d3360 (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.h | 3 |
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(); |
