#include <KFileItemDelegate>
#include <kio/fileundomanager.h>
#include <KIO/Job>
+#include <KUrl>
#include <QBoxLayout>
#include <QKeyEvent>
typedef KIO::FileUndoManager::CommandType CommandType;
class DolphinItemListView;
-class KAction;
class KActionCollection;
class KFileItemModel;
class KItemListContainer;
*/
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);
/**