]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.h
The &-shortcut from another action is not set until the action has been shown at...
[dolphin.git] / src / dolphinmainwindow.h
index cb0be1431c0765f2a22a9958d72dfe320de7d67d..667e3c931408bf25ef03dfd5585c3f0a08d1a88e 100644 (file)
 #include <ksortablelist.h>
 #include <kxmlguiwindow.h>
 #include <kactionmenu.h>
-#include <kmodifierkeyinfo.h>
 
 #include "views/dolphinview.h"
 
-#include "dolphincontextmenu.h"
-
 #include <QList>
 
 typedef KIO::FileUndoManager::CommandType CommandType;
@@ -250,6 +247,9 @@ private slots:
     /** Stops the loading process for the current active view. */
     void stopLoading();
 
+    void enableStopAction();
+    void disableStopAction();
+
     /**
      * Toggles between showing and hiding of the filter bar
      */
@@ -543,8 +543,6 @@ private:
     QPointer<DolphinSettingsDialog> m_settingsDialog;
 
     KJob* m_lastHandleUrlStatJob;
-
-    KModifierKeyInfo m_keyInfo;
 };
 
 inline DolphinViewContainer* DolphinMainWindow::activeViewContainer() const