]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/dolphinviewactionhandler.h
Fix crash at shutdown after showing a tooltip
[dolphin.git] / src / views / dolphinviewactionhandler.h
index eb375b5c9d460223864d66bf3244e202f206f6ea..537adb4da53ed6b0d8f7300d27e24a63ac68809b 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "dolphin_export.h"
 #include "views/dolphinview.h"
+
 #include <QObject>
 
 class KToggleAction;
@@ -83,7 +84,7 @@ public Q_SLOTS:
 Q_SIGNALS:
     /**
      * Emitted by DolphinViewActionHandler when the user triggered an action.
-     * This is only used for clearining the statusbar in DolphinMainWindow.
+     * This is only used for clearing the statusbar in DolphinMainWindow.
      */
     void actionBeingHandled();
 
@@ -92,7 +93,7 @@ Q_SIGNALS:
      * The receiver of the signal (DolphinMainWindow or DolphinPart) invokes
      * the method createDirectory of their KNewFileMenu instance.
      */
-    void createDirectory();
+    void createDirectoryTriggered();
 
 private Q_SLOTS:
     /**