┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2007-12-14 15:53:40 +0000
committerDavid Faure <[email protected]>2007-12-14 15:53:40 +0000
commit609ce0929289f3e26eb1898b184c7dafbf7bcac2 (patch)
treea1e6fa0f02f6a404e1e6e402ca8980efe515a08f /src/dolphinview.h
parentc436a142e854b724742acb82a2de111a36b616ce (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.h14
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);