summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qdnd_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-09-28 20:30:25 +0200
committerQt by Nokia <qt-info@nokia.com>2011-09-29 08:54:06 +0200
commite9ccc40c28d11d7d17e6c79a627590f730b7c120 (patch)
tree1d3ddac7217c7d0145e9b6f273d7213b5b60ac23 /src/gui/kernel/qdnd_p.h
parent95cebd34ebc5b4d39b11dc91610309a35e488663 (diff)
Get rid of the last traces of QMimeSource
The class has been deprecated since Qt 4.0, but couldn't be removed as QDropEvent inherited from it. Change-Id: I9caa19b30977a319e79255900dee8b2425783f46 Reviewed-on: http://codereview.qt-project.org/5754 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
Diffstat (limited to 'src/gui/kernel/qdnd_p.h')
-rw-r--r--src/gui/kernel/qdnd_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qdnd_p.h b/src/gui/kernel/qdnd_p.h
index a94d439811..548e3d2e77 100644
--- a/src/gui/kernel/qdnd_p.h
+++ b/src/gui/kernel/qdnd_p.h
@@ -55,7 +55,7 @@
#include "QtCore/qobject.h"
#include "QtCore/qmap.h"
-#include "QtGui/qmime.h"
+#include "QtCore/qmimedata.h"
#include "QtGui/qdrag.h"
#include "QtGui/qpixmap.h"
#include "QtGui/qcursor.h"