class KAction;
class DolphinViewActionHandler;
class DolphinApplication;
-class DolphinSearchBox;
-class DolphinSearchOptionsConfigurator;
class DolphinSettingsDialog;
class DolphinViewContainer;
class DolphinRemoteEncoding;
/** 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.
*/
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.
KTabBar* m_tabBar;
DolphinViewContainer* m_activeViewContainer;
QVBoxLayout* m_centralWidgetLayout;
- DolphinSearchBox* m_searchBox;
- DolphinSearchOptionsConfigurator* m_searchOptionsConfigurator;
int m_id;
struct ViewTab