]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinview.cpp
Fix "two instances of the DragAndDropHelper" singleton: Vir found the reason, dragand...
[dolphin.git] / src / dolphinview.cpp
index b74cbea530eaf6ff25d9e734811d1d7cd2e15a2b..8da92693672bd0246638940f2c94273c7ee680fe 100644 (file)
@@ -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)