svn path=/trunk/KDE/kdebase/apps/; revision=721338
// pixmap of selected icons to the dragging cursor, but it sets a non
// ARGB window so it is no transparent. Use QAbstractItemView when
// this is fixed on Qt.
// pixmap of selected icons to the dragging cursor, but it sets a non
// ARGB window so it is no transparent. Use QAbstractItemView when
// this is fixed on Qt.
- //QListView::startDrag(supportedActions);
- QAbstractItemView::startDrag(supportedActions);
+ // QAbstractItemView::startDrag(supportedActions);
+ QListView::startDrag(supportedActions);
d->isDragging = false;
d->mouseButtonPressed = false;
d->isDragging = false;
d->mouseButtonPressed = false;