diff options
| author | Peter Penz <[email protected]> | 2009-11-13 21:03:19 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-11-13 21:03:19 +0000 |
| commit | bd30bb6ca98374b37db20d14a41542c21acdd5e0 (patch) | |
| tree | 276188af9fe38b22cd6698a53269fcffac318736 /src/dolphinmainwindow.h | |
| parent | a87760d22c0213306380322ec6d9e23809ee4c93 (diff) | |
search finetuning:
* trigger progress information when starting a search
* let the information panel hide the meta data for the search string
* get the search string from the configurator
svn path=/trunk/KDE/kdebase/apps/; revision=1048721
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index f87e70dc4..e9332194f 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -388,10 +388,10 @@ private slots: void slotTestCanDecode(const QDragMoveEvent* event, bool& accept); /** - * Is connected with the Dolphin search box and searchs items that - * match to the text entered in the search bar. + * Is connected with the Dolphin search box and the search configurator + * and triggers a Nepomuk search. */ - void searchItems(const KUrl& url); + void searchItems(); /** * Is connected to the QTabBar signal tabMoved(int from, int to). |
