diff options
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index f0bacb989..661ef73d5 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -549,13 +549,13 @@ private slots: void openContextMenu(const QPoint& pos); /** - * Drops the URLs \a urls to the destination path \a destPath. If + * Drops dragged URLs to the destination path \a destPath. If * the URLs are dropped above an item inside the destination path, * the item is indicated by \a destItem. */ - void dropUrls(const KUrl::List& urls, + void dropUrls(const KFileItem& destItem, const KUrl& destPath, - const KFileItem& destItem); + QDropEvent* event); /** * Updates the view properties of the current URL to the |
