- * Connects to signals from the currently active Dolphin view to get
- * informed about highlighting changes.
- */
- void connectToActiveView();
+ * Is emitted if the URLs \a urls have been dropped
+ * to the index \a index. */
+ void dropUrls(const KUrl::List& urls,
+ const QModelIndex& index);
+
+private:
+ void loadTree(const KUrl& url);