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/dolphinmainwindow.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index d72c6b938..f87e70dc4 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -401,11 +401,10 @@ private slots: void slotTabMoved(int from, int to); /** - * Is connected to the searchbox signal 'textChanged' and - * takes care to make the search options configurator visible - * if a search text has been entered. + * Is connected to the searchbox signal 'requestSearchOptions' and + * takes care to show the search options. */ - void slotSearchBoxTextChanged(const QString& text); + void showSearchOptions(); private: DolphinMainWindow(int id); -- cgit v1.3