+ 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);
+