From a87760d22c0213306380322ec6d9e23809ee4c93 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 12 Nov 2009 23:18:21 +0000 Subject: move the search-button from the toolbar into the configurator widget svn path=/trunk/KDE/kdebase/apps/; revision=1048239 --- src/search/dolphinsearchbox.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/search/dolphinsearchbox.h') 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; }; -- cgit v1.3.1