diff options
| author | Peter Penz <[email protected]> | 2011-04-10 18:32:53 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-04-10 18:36:24 +0200 |
| commit | 426aac2eab61b0d0da84dfa08c62725b5889b31a (patch) | |
| tree | 5d4c8fb5c533b5b3238fa80eed712db5730a0200 /src/dolphinpart.h | |
| parent | 2baa9ec45a3e7e169e73ee74c74c0954702ab882 (diff) | |
Readd KFind shortcut for the Dolphin KPart
When the searching has been integrated into Dolphin the "Find File..."
entry had been removed from the Tools menu. Readd it into the Dolphin
KPart so that it is still available for Konqueror.
BUG: 270072
FIXED-IN: 4.7.0
Diffstat (limited to 'src/dolphinpart.h')
| -rw-r--r-- | src/dolphinpart.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h index 097753a1a..17650469d 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -193,6 +193,11 @@ private Q_SLOTS: void slotOpenTerminal(); /** + * Open KFind with the current path. + */ + void slotFindFile(); + + /** * Updates the 'Create New...' sub menu, just before it's shown. */ void updateNewMenu(); |
