X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/f2aae09edd023bb0bb4e56e6662bc0afc9550e54..a49fe38e3eb59e8a5893bfe79f35a51c0acbb4eb:/src/dolphinview.cpp diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index b74cbea53..8da926936 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -900,7 +900,7 @@ void DolphinView::dropUrls(const KFileItem& destItem, const KUrl& destPath, QDropEvent* event) { - DragAndDropHelper::dropUrls(destItem, destPath, event, this); + DragAndDropHelper::instance().dropUrls(destItem, destPath, event, this); } void DolphinView::updateSorting(DolphinView::Sorting sorting)