┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/dolphinsearchbox.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-11-10 21:44:24 +0000
committerPeter Penz <[email protected]>2009-11-10 21:44:24 +0000
commitd9e3139e505857e1a590f324fc7516ca589169aa (patch)
tree73d03696ab01844be71ef04b028a1bc54be8d9e2 /src/search/dolphinsearchbox.h
parenta97291c90d244c15d3112f33a1261c2c3f134258 (diff)
* 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
Diffstat (limited to 'src/search/dolphinsearchbox.h')
-rw-r--r--src/search/dolphinsearchbox.h5
1 files changed, 1 insertions, 4 deletions
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();