- Q_UNUSED(destination);
- Q_UNUSED(event);
- //DragAndDropHelper::instance().dropUrls(KFileItem(), destination, event, this);
+ const KFileItem destItem(KFileItem::Unknown, KFileItem::Unknown, destination);
+ DragAndDropHelper::dropUrls(destItem, event);