From d9e3139e505857e1a590f324fc7516ca589169aa Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 10 Nov 2009 21:44:24 +0000 Subject: * Show the search options as soon as the search bar gains focus. * Allow the user to manually close the options. * Added tooltip descriptions. svn path=/trunk/KDE/kdebase/apps/; revision=1047281 --- src/search/dolphinsearchbox.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/search/dolphinsearchbox.h') diff --git a/src/search/dolphinsearchbox.h b/src/search/dolphinsearchbox.h index e3f07a265..81c412aa0 100644 --- a/src/search/dolphinsearchbox.h +++ b/src/search/dolphinsearchbox.h @@ -82,10 +82,7 @@ signals: */ void search(const KUrl& url); - /** - * Is emitted if the text of the searchbox has been changed. - */ - void textChanged(const QString& text); + void requestSearchOptions(); private slots: void emitSearchSignal(); -- cgit v1.3.1