X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/38fa728aa607af2fb890f4d602d68ed1ae9d2278..b2db9bd9eddcfaa01cdc2239bb73fa7f74767d56:/src/sidebartreeview.h diff --git a/src/sidebartreeview.h b/src/sidebartreeview.h index a181290f2..93bcbae2e 100644 --- a/src/sidebartreeview.h +++ b/src/sidebartreeview.h @@ -21,14 +21,14 @@ #define SIDEBARTREEVIEW_H #include -#include +#include /** * @brief Tree view widget which is used for the sidebar panel. * * @see TreeViewSidebarPage */ -class SidebarTreeView : public QTreeView +class SidebarTreeView : public KTreeView { Q_OBJECT @@ -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);