┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kcategorizedview.cpp
diff options
context:
space:
mode:
authorRafael Fernández López <[email protected]>2007-10-05 01:41:15 +0000
committerRafael Fernández López <[email protected]>2007-10-05 01:41:15 +0000
commit3ac92d5c0dbc3ae49fc7919d4a64087cfd83469b (patch)
tree59cbd93b48db7320b60b677a6d40e50821c4165c /src/kcategorizedview.cpp
parented6e161c0922d594f48ae1481c63ce536633e797 (diff)
Ooops I had this one for testing purposes locally...
svn path=/trunk/KDE/kdebase/apps/; revision=721338
Diffstat (limited to 'src/kcategorizedview.cpp')
-rw-r--r--src/kcategorizedview.cpp4
1 files changed, 2 insertions, 2 deletions
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;