┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/dolphinsearchbox.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-11-11 18:29:23 +0000
committerPeter Penz <[email protected]>2010-11-11 18:29:23 +0000
commitf77e1c514a6b4b5eaa64a614ee84426aa062a4ed (patch)
treef5b5b5280e0eeac5172ce9ad4f822e26cbb8eb04 /src/search/dolphinsearchbox.h
parent943cb0c1c79629e5780163825422cf6827ef6008 (diff)
Remove the filter-button as it has been replaced by the Filter Panel.
svn path=/trunk/KDE/kdebase/apps/; revision=1195671
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 11cd24167..18883b512 100644
--- a/src/search/dolphinsearchbox.h
+++ b/src/search/dolphinsearchbox.h
@@ -28,7 +28,6 @@ class AbstractSearchFilterWidget;
class KLineEdit;
class QFormLayout;
class QPushButton;
-class QToolButton;
class QVBoxLayout;
/**
@@ -125,8 +124,6 @@ private:
QPushButton* m_fileNameButton;
QPushButton* m_contentButton;
- QToolButton* m_filterButton;
-
KUrl m_searchPath;
QTimer* m_startSearchTimer;