diff options
| author | Peter Penz <[email protected]> | 2010-11-11 18:29:23 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-11-11 18:29:23 +0000 |
| commit | f77e1c514a6b4b5eaa64a614ee84426aa062a4ed (patch) | |
| tree | f5b5b5280e0eeac5172ce9ad4f822e26cbb8eb04 /src/search/dolphinsearchbox.h | |
| parent | 943cb0c1c79629e5780163825422cf6827ef6008 (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.h | 3 |
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; |
