summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/qremoteobjectregistry.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2019-01-17 13:46:02 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2019-01-18 08:02:13 +0000
commita6df9c84a667e89bcdf215c7ac21b943b07991bd (patch)
treeeaae8fadfe77eff03b0ac4b6c5303fecaafd906a /src/remoteobjects/qremoteobjectregistry.cpp
parentf375f222f511bc67deb8a5fcc533b51d846c68e6 (diff)
Fix include directives
Always prepend the module and use headers directly. Qt for Python requires the modules to be present. Task-number: PYSIDE-862 Fixes: QTBUG-72675 Change-Id: I94e38fbab0f041370ca9d67ca13c78f0d33816b7 Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
Diffstat (limited to 'src/remoteobjects/qremoteobjectregistry.cpp')
-rw-r--r--src/remoteobjects/qremoteobjectregistry.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/remoteobjects/qremoteobjectregistry.cpp b/src/remoteobjects/qremoteobjectregistry.cpp
index 890c7e0..71856a2 100644
--- a/src/remoteobjects/qremoteobjectregistry.cpp
+++ b/src/remoteobjects/qremoteobjectregistry.cpp
@@ -41,8 +41,8 @@
#include "qremoteobjectreplica_p.h"
#include <private/qobject_p.h>
-#include <QSet>
-#include <QDataStream>
+#include <QtCore/qset.h>
+#include <QtCore/qdatastream.h>
QT_BEGIN_NAMESPACE