]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Ooops I had this one for testing purposes locally...
authorRafael Fernández López <ereslibre@kde.org>
Fri, 5 Oct 2007 01:41:15 +0000 (01:41 +0000)
committerRafael Fernández López <ereslibre@kde.org>
Fri, 5 Oct 2007 01:41:15 +0000 (01:41 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=721338

src/kcategorizedview.cpp

index 7fe80605552a23b7a4c9336326c7ec42bf55c516..d5ad19301b57e3b0f608a160aa3a0962e6aeabe8 100644 (file)
@@ -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;