From bd30bb6ca98374b37db20d14a41542c21acdd5e0 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 13 Nov 2009 21:03:19 +0000 Subject: 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 --- src/dolphinmainwindow.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/dolphinmainwindow.h') 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). -- cgit v1.3