diff options
Diffstat (limited to 'src/sidebartreeview.h')
| -rw-r--r-- | src/sidebartreeview.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/sidebartreeview.h b/src/sidebartreeview.h index f692be3a2..93bcbae2e 100644 --- a/src/sidebartreeview.h +++ b/src/sidebartreeview.h @@ -38,11 +38,10 @@ public: signals: /** - * Is emitted if the URLs \a urls have been dropped to + * Is emitted if the URL have been dropped to * the index \a index. */ - void urlsDropped(const KUrl::List& urls, - const QModelIndex& index); + void urlsDropped(const QModelIndex& index, QDropEvent* event); protected: virtual bool event(QEvent* event); |
