From 0382f24544d71eae01a85b98ab24b82daf482ecc Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 28 Sep 2008 18:38:00 +0000 Subject: Use KonqOperations::doDrop() instead of a custom dropping code. Still some minor issues are open (Dolphin currently gets no feedback anymore when the operations have been finished), but they will be solved during the next week. BUG: 168154 svn path=/trunk/KDE/kdebase/apps/; revision=865708 --- src/treeviewsidebarpage.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/treeviewsidebarpage.h') diff --git a/src/treeviewsidebarpage.h b/src/treeviewsidebarpage.h index 6bc0ae6c3..80db7840b 100644 --- a/src/treeviewsidebarpage.h +++ b/src/treeviewsidebarpage.h @@ -72,7 +72,7 @@ signals: * This signal is emitted whenever a drop action on this widget needs the * MainWindow's attention. */ - void urlsDropped(const KUrl::List& urls, const KUrl& destination); + void urlsDropped(const KFileItem& destItem, const KUrl& destPath, QDropEvent* event); public slots: /** @@ -95,10 +95,10 @@ private slots: void updateActiveView(const QModelIndex& index); /** - * Is emitted if the URLs \a urls have been dropped - * to the index \a index. */ - void dropUrls(const KUrl::List& urls, - const QModelIndex& index); + * Is emitted if URLs have been dropped + * to the index \a index. + */ + void dropUrls(const QModelIndex& index, QDropEvent* event); /** * Invokes expandToLeafDir() asynchronously (the expanding -- cgit v1.3