┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/dolphinsearchbox.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-10-27 17:08:02 +0000
committerPeter Penz <[email protected]>2010-10-27 17:08:02 +0000
commit4383f4238ee61668d82e45f08935a9b99892f16e (patch)
tree3533b803dfb02f6a72157d1ded458fd684ec9a2f /src/search/dolphinsearchbox.h
parente521e260b6c95242e87fad9f22a0faa696cfa948 (diff)
- 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
Diffstat (limited to 'src/search/dolphinsearchbox.h')
-rw-r--r--src/search/dolphinsearchbox.h3
1 files changed, 0 insertions, 3 deletions
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<AbstractSearchFilterWidget*> m_filterWidgets;
KUrl m_searchPath;