+ void redirect(const QUrl& oldUrl, const QUrl& newUrl);
+
+ /** Requests the focus for the view \a m_view. */
+ void requestFocus();
+
+ /**
+ * Saves the currently used URL completion mode of
+ * the URL navigator.
+ */
+ void saveUrlCompletionMode(KCompletion::CompletionMode completion);
+
+ void slotReturnPressed();
+
+ /**
+ * Gets the search URL from the searchbox and starts searching.
+ */
+ void startSearching();
+ void closeSearchBox();
+
+ /**
+ * Stops the loading of a directory. Is connected with the "stopPressed" signal
+ * from the statusbar.
+ */
+ void stopDirectoryLoading();
+
+ void slotStatusBarZoomLevelChanged(int zoomLevel);
+
+ /**
+ * Slot that calls showMessage(msg, Error).
+ */
+ void showErrorMessage(const QString& msg);