diff options
| author | Peter Penz <[email protected]> | 2010-11-25 15:42:15 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-11-25 15:42:15 +0000 |
| commit | d63a5c26e20fe62eeeb2202ad9703470f2e096e7 (patch) | |
| tree | 4683bc23b8c62fbffc0895ac9e4160d046cc7307 /src/search/dolphinsearchbox.h | |
| parent | cbbadab33a25c9748eb61710fd161b1eb4bfb3c1 (diff) | |
Don't offer the "Search everywhere" option for non-local URLs.
svn path=/trunk/KDE/kdebase/apps/; revision=1200741
Diffstat (limited to 'src/search/dolphinsearchbox.h')
| -rw-r--r-- | src/search/dolphinsearchbox.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/search/dolphinsearchbox.h b/src/search/dolphinsearchbox.h index 18883b512..cbe164502 100644 --- a/src/search/dolphinsearchbox.h +++ b/src/search/dolphinsearchbox.h @@ -26,6 +26,7 @@ class AbstractSearchFilterWidget; class KLineEdit; +class KSeparator; class QFormLayout; class QPushButton; class QVBoxLayout; @@ -119,10 +120,11 @@ private: QVBoxLayout* m_topLayout; KLineEdit* m_searchInput; - QPushButton* m_fromHereButton; - QPushButton* m_everywhereButton; QPushButton* m_fileNameButton; QPushButton* m_contentButton; + KSeparator* m_separator; + QPushButton* m_fromHereButton; + QPushButton* m_everywhereButton; KUrl m_searchPath; |
