┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/sidebartreeview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-09-28 18:38:00 +0000
committerPeter Penz <[email protected]>2008-09-28 18:38:00 +0000
commit0382f24544d71eae01a85b98ab24b82daf482ecc (patch)
tree62a375abc208639093ed51c9ccfd26ab30b7d658 /src/sidebartreeview.h
parentf8a973dc4ad0a1388058a9acbb20a81bc58149cb (diff)
Use KonqOperations::doDrop() instead of a custom dropping code. Still some minor issues are open (Dolphin currently gets no feedback anymore when the operations have been finished), but they will be solved during the next week.
BUG: 168154 svn path=/trunk/KDE/kdebase/apps/; revision=865708
Diffstat (limited to 'src/sidebartreeview.h')
-rw-r--r--src/sidebartreeview.h5
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);