+ 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();
+
+ /** Called when the view is doing a file operation, like renaming, copying, moving etc. */
+ void slotDoingOperation(KonqFileUndoManager::CommandType type);