]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/dolphinview.h
Merge branch 'master' into frameworks
[dolphin.git] / src / views / dolphinview.h
index 06c09edc32583123bcfa1ec93d607b118408215b..688699096f3be34d9f4e4728961a150572cc42fb 100644 (file)
@@ -30,6 +30,7 @@
 #include <KFileItemDelegate>
 #include <kio/fileundomanager.h>
 #include <KIO/Job>
+#include <KUrl>
 
 #include <QBoxLayout>
 #include <QKeyEvent>
@@ -39,7 +40,6 @@
 typedef KIO::FileUndoManager::CommandType CommandType;
 
 class DolphinItemListView;
-class KAction;
 class KActionCollection;
 class KFileItemModel;
 class KItemListContainer;
@@ -619,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);
 
     /**