┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinfileplacesview.cpp
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2008-04-30 23:32:33 +0000
committerDavid Faure <[email protected]>2008-04-30 23:32:33 +0000
commit06e9ece82168a739d3f59a9d843ba89113fba650 (patch)
treef0623d802f31594379192baf4868ea9cd04a83a0 /src/dolphinfileplacesview.cpp
parentfd46bdb301b481bd1f3823db018867e3ffb9fa49 (diff)
KonqFileUndoManager moved to kdelibs, as KIO::FileUndoManager. Ported the code in libkonq+dolphin+konqueror.
svn path=/trunk/KDE/kdebase/apps/; revision=802881
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);
}