+ void slotSelectionChanged(const KFileItemList& selection);
+
+ /** Emits the signal requestItemInfo(). */
+ void slotRequestItemInfo(const KFileItem&);
+
+ /**
+ * Updates the state of the 'Back' and 'Forward' menu
+ * actions corresponding the the current history.
+ */
+ void slotHistoryChanged();
+
+ /** Updates the state of the 'Show filter bar' menu action. */
+ void updateFilterBarAction(bool show);
+
+ /** Open a new main window. */
+ void openNewMainWindow();
+
+ /** Toggles the active view if two views are shown within the main window. */
+ void toggleActiveView();