summaryrefslogtreecommitdiffstats
path: root/examples
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 /examples
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 'examples')
-rw-r--r--examples/richtext/textedit/textedit.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/richtext/textedit/textedit.cpp b/examples/richtext/textedit/textedit.cpp
index c8373262c9..e765f58b23 100644
--- a/examples/richtext/textedit/textedit.cpp
+++ b/examples/richtext/textedit/textedit.cpp
@@ -65,6 +65,7 @@
#include <QCloseEvent>
#include <QMessageBox>
#include <QPrintPreviewDialog>
+#include <QMimeData>
#ifdef Q_WS_MAC
const QString rsrcPath = ":/images/mac";