┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/dolphinsearchoptionsconfigurator.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/dolphinsearchoptionsconfigurator.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/dolphinsearchoptionsconfigurator.h')
-rw-r--r--src/search/dolphinsearchoptionsconfigurator.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/search/dolphinsearchoptionsconfigurator.h b/src/search/dolphinsearchoptionsconfigurator.h
index 1fcb8cb19..b66ab340d 100644
--- a/src/search/dolphinsearchoptionsconfigurator.h
+++ b/src/search/dolphinsearchoptionsconfigurator.h
@@ -52,6 +52,11 @@ private slots:
*/
void updateSelectorButton();
+ /**
+ * Saves the current query by adding it as Places entry.
+ */
+ void saveQuery();
+
private:
KComboBox* m_searchFromBox;
KComboBox* m_searchWhatBox;