X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/77fd0e771ac2e173438c98abc1725d1818b4b868..32b51b7b92e16cfaf1121cbe80ca267fc8bb0718:/src/views/dolphinview.h diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index a6f969bc1..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,21 +30,21 @@ #include #include #include +#include #include #include #include -#include #include typedef KIO::FileUndoManager::CommandType CommandType; class DolphinItemListView; -class KAction; class KActionCollection; class KFileItemModel; class KItemListContainer; class KItemModelBase; +class KItemSet; class KUrl; class ToolTipManager; class VersionControlObserver; @@ -563,7 +563,7 @@ private slots: void activate(); void slotItemActivated(int index); - void slotItemsActivated(const QSet& indexes); + void slotItemsActivated(const KItemSet& indexes); void slotItemMiddleClicked(int index); void slotItemContextMenuRequested(int index, const QPointF& pos); void slotViewContextMenuRequested(const QPointF& pos); @@ -587,7 +587,7 @@ private slots: * the signal is emitted only after no selection change has been done * within a small delay. */ - void slotSelectionChanged(const QSet& current, const QSet& previous); + void slotSelectionChanged(const KItemSet& current, const KItemSet& previous); /** * Is called by emitDelayedSelectionChangedSignal() and emits the @@ -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);