X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/92cb6b3a1859cbebbac6ab0526a7216def8b44a5..32b51b7b92e16cfaf1121cbe80ca267fc8bb0718:/src/views/dolphinview.h diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index b43957f22..688699096 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -21,7 +21,7 @@ #ifndef DOLPHINVIEW_H #define DOLPHINVIEW_H -#include +#include #include "libdolphin_export.h" @@ -30,6 +30,7 @@ #include #include #include +#include #include #include @@ -39,7 +40,6 @@ typedef KIO::FileUndoManager::CommandType CommandType; class DolphinItemListView; -class KAction; class KActionCollection; class KFileItemModel; class KItemListContainer; @@ -614,24 +614,16 @@ private slots: void updateSortFoldersFirst(bool foldersFirst); /** - * Updates the status bar to show hover information for the - * item \a item. If currently other items are selected, - * no hover information is shown. - * @see DolphinView::clearHoverInformation() - */ - void showHoverInformation(const KFileItem& item); - - /** - * Clears the hover information shown in the status bar. - * @see DolphinView::showHoverInformation(). + * Indicates in the status bar that the delete operation + * of the job \a job has been finished. */ - void clearHoverInformation(); + void slotDeleteFileFinished(KJob* job); /** - * Indicates in the status bar that the delete operation + * Indicates in the status bar that the trash operation * of the job \a job has been finished. */ - void slotDeleteFileFinished(KJob* job); + void slotTrashFileFinished(KJob* job); void slotRenamingFailed(const KUrl& oldUrl, const KUrl& newUrl);