From 4383f4238ee61668d82e45f08935a9b99892f16e Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 27 Oct 2010 17:08:02 +0000 Subject: - Automatically show the filter-panel when a searching is done - Remove filter-prototypes that conflict with the filterpanel svn path=/trunk/KDE/kdebase/apps/; revision=1190445 --- src/search/dolphinsearchbox.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/search/dolphinsearchbox.h') diff --git a/src/search/dolphinsearchbox.h b/src/search/dolphinsearchbox.h index f88fc43f4..11cd24167 100644 --- a/src/search/dolphinsearchbox.h +++ b/src/search/dolphinsearchbox.h @@ -95,7 +95,6 @@ private slots: void slotConfigurationChanged(); void slotSearchTextChanged(const QString& text); void slotReturnPressed(const QString& text); - void setFilterWidgetsVisible(bool visible); private: void initButton(QPushButton* button); @@ -127,8 +126,6 @@ private: QPushButton* m_contentButton; QToolButton* m_filterButton; - QFormLayout* m_filterWidgetsLayout; - QList m_filterWidgets; KUrl m_searchPath; -- cgit v1.3.1