summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2022-08-24 09:59:34 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-08-24 17:06:09 +0000
commit40d207e1911865ff08765b11ff5b4642feba1eb7 (patch)
tree566f577898e551ca9323ab1b21df7ea48f035bac
parent492335c265c29e727546b2429d6713ee80b9bd50 (diff)
qopcuakeypair.h: Fix include conventions
This is required for Qt for Python to build the documentation. Task-number: PYSIDE-2038 Change-Id: Ia0b360ac4ec07bd967a8c0e9676cb84a4ae936cd Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> (cherry picked from commit bf44935316ef23bfd7d06b1fc06351526320a0c6) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/opcua/x509/qopcuakeypair.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/opcua/x509/qopcuakeypair.h b/src/opcua/x509/qopcuakeypair.h
index 94ccd62..501abc9 100644
--- a/src/opcua/x509/qopcuakeypair.h
+++ b/src/opcua/x509/qopcuakeypair.h
@@ -4,9 +4,9 @@
#ifndef QOPCUAKEYPAIR_H
#define QOPCUAKEYPAIR_H
-#include <QObject>
-#include <QString>
-#include <QSharedPointer>
+#include <QtCore/qobject.h>
+#include <QtCore/qstring.h>
+#include <QtCore/qsharedpointer.h>
#include <QtOpcUa/qopcuaglobal.h>
QT_BEGIN_NAMESPACE