summaryrefslogtreecommitdiffstats
path: root/src/tools/uic
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-05-18 12:56:51 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-05-20 12:21:02 +0200
commit82bba7e4efc369f75f09eb96846d733cd99ba95b (patch)
tree210f73a2df63e626f471452ed3fce5578ed17ae1 /src/tools/uic
parent1f572c694b6801e9f706ce2c67cc3b1b50f32a5e (diff)
move drag handling back to Gui
Move the DnD related classes back into QtGui. Parts of the implementation is currently commented out and needs to be moved to QWidgetWindow. SC incompatible change: APIs taking QWidget * now take QObject *
Diffstat (limited to 'src/tools/uic')
-rw-r--r--src/tools/uic/qclass_lib_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/uic/qclass_lib_map.h b/src/tools/uic/qclass_lib_map.h
index f36d77fd13..d2efcd400f 100644
--- a/src/tools/uic/qclass_lib_map.h
+++ b/src/tools/uic/qclass_lib_map.h
@@ -757,7 +757,7 @@ QT_CLASS_LIB(QCursor, QtGui, qcursor.h)
QT_CLASS_LIB(QCursor, QtGui, qcursor.h)
QT_CLASS_LIB(QCursorShape, QtWidgets, qcursor.h)
QT_CLASS_LIB(QDesktopWidget, QtWidgets, qdesktopwidget.h)
-QT_CLASS_LIB(QDrag, QtGui, qdrag.h)
+QT_CLASS_LIB(QDrag, QtWidgets, qdrag.h)
QT_CLASS_LIB(QtEvents, QtGui, qevent.h)
QT_CLASS_LIB(QInputEvent, QtGui, qevent.h)
QT_CLASS_LIB(QMouseEvent, QtGui, qevent.h)