From d78fe954abb9ea0ed05f8c22d6842a457c0a209e Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 17 Sep 2007 14:36:41 +0000 Subject: drag and drop fixes for the column view (implied a signal changed which affected other views too) svn path=/trunk/KDE/kdebase/apps/; revision=713430 --- src/dolphincontroller.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/dolphincontroller.cpp') diff --git a/src/dolphincontroller.cpp b/src/dolphincontroller.cpp index 0f308481f..325608442 100644 --- a/src/dolphincontroller.cpp +++ b/src/dolphincontroller.cpp @@ -54,10 +54,11 @@ void DolphinController::triggerActivation() } void DolphinController::indicateDroppedUrls(const KUrl::List& urls, - const QModelIndex& index, - QWidget* source) + const KUrl& destPath, + const QModelIndex& destIndex, + QWidget* source) { - emit urlsDropped(urls, index, source); + emit urlsDropped(urls, destPath, destIndex, source); } -- cgit v1.3