┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinfileplacesview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinfileplacesview.cpp')
-rw-r--r--src/dolphinfileplacesview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinfileplacesview.cpp b/src/dolphinfileplacesview.cpp
index 5dacae633..a4f801c3a 100644
--- a/src/dolphinfileplacesview.cpp
+++ b/src/dolphinfileplacesview.cpp
@@ -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);
}