┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/dolphinsearchbox.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-11-12 23:18:21 +0000
committerPeter Penz <[email protected]>2009-11-12 23:18:21 +0000
commita87760d22c0213306380322ec6d9e23809ee4c93 (patch)
tree394304b43c914a69fbe5301fd10f02d0388f94ea /src/search/dolphinsearchbox.h
parent07f31c208790eaff918d7f08f442840c088dbe78 (diff)
move the search-button from the toolbar into the configurator widget
svn path=/trunk/KDE/kdebase/apps/; revision=1048239
Diffstat (limited to 'src/search/dolphinsearchbox.h')
-rw-r--r--src/search/dolphinsearchbox.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/search/dolphinsearchbox.h b/src/search/dolphinsearchbox.h
index 81c412aa0..fea7129b1 100644
--- a/src/search/dolphinsearchbox.h
+++ b/src/search/dolphinsearchbox.h
@@ -29,7 +29,6 @@ class KUrl;
class QCompleter;
class QModelIndex;
class QStandardItemModel;
-class QToolButton;
/**
* @brief Helper class used for completition for the DolphinSearchBox.
@@ -89,7 +88,6 @@ private slots:
private:
KLineEdit* m_searchInput;
- QToolButton* m_searchButton;
DolphinSearchCompleter* m_completer;
};