From 609ce0929289f3e26eb1898b184c7dafbf7bcac2 Mon Sep 17 00:00:00 2001 From: David Faure Date: Fri, 14 Dec 2007 15:53:40 +0000 Subject: Moving code around in dolphin fixes DnD support in konqueror :) svn path=/trunk/KDE/kdebase/apps/; revision=748476 --- src/dolphinview.h | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'src/dolphinview.h') diff --git a/src/dolphinview.h b/src/dolphinview.h index 3cd7860f1..60e29b4d5 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -476,14 +476,6 @@ signals: */ void requestContextMenu(const KFileItem& item, const KUrl& url); - /** - * Is emitted if the URLs \a are dropped to the destination URL - * \a destination. No operation is done within the DolphinView, the - * receiver of the signal has to take care about the corresponding - * operation. - */ - void urlsDropped(const KUrl::List& urls, const KUrl& destination); - /** * Is emitted if an information message with the content \a msg * should be shown. @@ -566,8 +558,8 @@ private slots: const KFileItem& destItem); /** - * Drops the URLs \a urls at the - * destination \a destination. + * Handles the dropping of URLs to the given destination. + * @see DolphinDropController */ void dropUrls(const KUrl::List& urls, const KUrl& destination); @@ -585,7 +577,7 @@ private slots: /** * Updates the view properties of the current URL to the - * additional informations given by \a info. + * additional information given by \a info. */ void updateAdditionalInfo(const KFileItemDelegate::InformationList& info); -- cgit v1.3