[PATCH 2/3] khtml: Explicitly #include <QtCore/QMimeData> (needed on Qt5).
Jon Severinsson
jon at severinsson.net
Sat Oct 6 23:27:14 UTC 2012
---
khtml/khtml_ext.cpp | 1 +
1 fil ändrad, 1 tillägg(+)
diff --git a/khtml/khtml_ext.cpp b/khtml/khtml_ext.cpp
index e1956e3..50aaa63 100644
--- a/khtml/khtml_ext.cpp
+++ b/khtml/khtml_ext.cpp
@@ -42,6 +42,7 @@
#include <QMenu>
#include <QtCore/QUrl>
#include <QtCore/QMetaEnum>
+#include <QtCore/QMimeData>
#include <qstandardpaths.h>
#include <qinputdialog.h>
#include <assert.h>
--
1.7.10.4
More information about the Kde-frameworks-devel
mailing list