diff options
| author | David Faure <[email protected]> | 2007-12-14 15:53:40 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2007-12-14 15:53:40 +0000 |
| commit | 609ce0929289f3e26eb1898b184c7dafbf7bcac2 (patch) | |
| tree | a1e6fa0f02f6a404e1e6e402ca8980efe515a08f /src/dolphinview.h | |
| parent | c436a142e854b724742acb82a2de111a36b616ce (diff) | |
Moving code around in dolphin fixes DnD support in konqueror :)
svn path=/trunk/KDE/kdebase/apps/; revision=748476
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index 3cd7860f1..60e29b4d5 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -477,14 +477,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); |
