From 49eb864b03b6370e403c6f048ab18d1478eab045 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 24 Jul 2010 16:37:07 +0000 Subject: Unify the search interface for non-indexed and indexed folders svn path=/trunk/KDE/kdebase/apps/; revision=1154073 --- src/dolphinmainwindow.h | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 7479c05b1..dfc171cf9 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -40,8 +40,6 @@ typedef KIO::FileUndoManager::CommandType CommandType; class KAction; class DolphinViewActionHandler; class DolphinApplication; -class DolphinSearchBox; -class DolphinSearchOptionsConfigurator; class DolphinSettingsDialog; class DolphinViewContainer; class DolphinRemoteEncoding; @@ -216,6 +214,9 @@ private slots: /** Pastes the clipboard data to the active view. */ void paste(); + /** Replaces the URL navigator by a search box to find files. */ + void find(); + /** * Updates the text of the paste action dependent from * the number of items which are in the clipboard. @@ -405,18 +406,6 @@ private slots: */ void slotTestCanDecode(const QDragMoveEvent* event, bool& accept); - /** - * Is connected with the Dolphin search box and the search configurator - * and triggers a Nepomuk search. - */ - void searchItems(); - - /** - * Is connected to the searchbox signal 'requestSearchOptions' and - * takes care to show the search options. - */ - void showSearchOptions(); - /** * If the URL can be listed open it in the current view, otherwise * run it through KRun. @@ -540,8 +529,6 @@ private: KTabBar* m_tabBar; DolphinViewContainer* m_activeViewContainer; QVBoxLayout* m_centralWidgetLayout; - DolphinSearchBox* m_searchBox; - DolphinSearchOptionsConfigurator* m_searchOptionsConfigurator; int m_id; struct ViewTab -- cgit v1.3