summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/qremoteobjectpendingcall_p.h
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/qremoteobjectpendingcall_p.h
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/qremoteobjectpendingcall_p.h')
-rw-r--r--src/remoteobjects/qremoteobjectpendingcall_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remoteobjects/qremoteobjectpendingcall_p.h b/src/remoteobjects/qremoteobjectpendingcall_p.h
index 9a19d9b..97b37fd 100644
--- a/src/remoteobjects/qremoteobjectpendingcall_p.h
+++ b/src/remoteobjects/qremoteobjectpendingcall_p.h
@@ -53,7 +53,7 @@
#include "qremoteobjectpendingcall.h"
-#include <QMutex>
+#include <QtCore/qmutex.h>
QT_BEGIN_NAMESPACE