From 06e9ece82168a739d3f59a9d843ba89113fba650 Mon Sep 17 00:00:00 2001 From: David Faure Date: Wed, 30 Apr 2008 23:32:33 +0000 Subject: KonqFileUndoManager moved to kdelibs, as KIO::FileUndoManager. Ported the code in libkonq+dolphin+konqueror. svn path=/trunk/KDE/kdebase/apps/; revision=802881 --- src/dolphinfileplacesview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dolphinfileplacesview.cpp') 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); } -- cgit v1.3