summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-05-18 23:07:31 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-05-20 12:21:17 +0200
commitd8d6bfb81e0c52d9b39c7b9f4c18f17ba95593f6 (patch)
treefeb09e4fac9c0cd867d888a5a9bc4459afa056b9 /src/tools
parent82bba7e4efc369f75f09eb96846d733cd99ba95b (diff)
remove an unused class
QDrgResponseEvent wasn't used anywhere in Qt anymore. Get rid of it.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/uic/qclass_lib_map.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/uic/qclass_lib_map.h b/src/tools/uic/qclass_lib_map.h
index d2efcd400f..216ab7e359 100644
--- a/src/tools/uic/qclass_lib_map.h
+++ b/src/tools/uic/qclass_lib_map.h
@@ -779,7 +779,6 @@ QT_CLASS_LIB(QInputMethodEvent, QtGui, qevent.h)
QT_CLASS_LIB(QDropEvent, QtGui, qevent.h)
QT_CLASS_LIB(QDragMoveEvent, QtGui, qevent.h)
QT_CLASS_LIB(QDragEnterEvent, QtGui, qevent.h)
-QT_CLASS_LIB(QDragResponseEvent, QtGui, qevent.h)
QT_CLASS_LIB(QDragLeaveEvent, QtGui, qevent.h)
QT_CLASS_LIB(QHelpEvent, QtGui, qevent.h)
QT_CLASS_LIB(QStatusTipEvent, QtGui, qevent.h)