]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/dolphinview.h
Merge branch 'master' into frameworks
[dolphin.git] / src / views / dolphinview.h
index 4ba10293a0fabfde529938c7fe4820af12f5c951..688699096f3be34d9f4e4728961a150572cc42fb 100644 (file)
@@ -40,7 +40,6 @@
 typedef KIO::FileUndoManager::CommandType CommandType;
 
 class DolphinItemListView;
-class KAction;
 class KActionCollection;
 class KFileItemModel;
 class KItemListContainer;
@@ -620,6 +619,12 @@ private slots:
      */
     void slotDeleteFileFinished(KJob* job);
 
+    /**
+     * Indicates in the status bar that the trash operation
+     * of the job \a job has been finished.
+     */
+    void slotTrashFileFinished(KJob* job);
+
     void slotRenamingFailed(const KUrl& oldUrl, const KUrl& newUrl);
 
     /**