From: Rafael Fernández López Date: Fri, 5 Oct 2007 01:41:15 +0000 (+0000) Subject: Ooops I had this one for testing purposes locally... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/3ac92d5c0dbc3ae49fc7919d4a64087cfd83469b Ooops I had this one for testing purposes locally... svn path=/trunk/KDE/kdebase/apps/; revision=721338 --- diff --git a/src/kcategorizedview.cpp b/src/kcategorizedview.cpp index 7fe806055..d5ad19301 100644 --- a/src/kcategorizedview.cpp +++ b/src/kcategorizedview.cpp @@ -980,8 +980,8 @@ void KCategorizedView::startDrag(Qt::DropActions supportedActions) // 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;