]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinfileplacesview.cpp
allow Konqueror to open also files inside a new tab, not only directories
[dolphin.git] / src / dolphinfileplacesview.cpp
index 5dacae633bd698e1e7e73f6e05429b4204d7fa9e..a4f801c3abb9ce72e0c9b4c45565d0480f477d01 100644 (file)
@@ -39,8 +39,8 @@ void DolphinFilePlacesView::slotUrlsDropped(const KUrl& dest, QDropEvent* event,
 
     DolphinDropController dropController(parent);
     // forward doingOperation signal up to the mainwindow
-    connect(&dropController, SIGNAL(doingOperation(KonqFileUndoManager::CommandType)),
-            this, SIGNAL(doingOperation(KonqFileUndoManager::CommandType)));
+    connect(&dropController, SIGNAL(doingOperation(KIO::FileUndoManager::CommandType)),
+            this, SIGNAL(doingOperation(KIO::FileUndoManager::CommandType)));
     dropController.dropUrls(urls, dest);
 }