summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/qremoteobjectcontainers_p.h
diff options
Diffstat (limited to 'src/remoteobjects/qremoteobjectcontainers_p.h')
-rw-r--r--src/remoteobjects/qremoteobjectcontainers_p.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/remoteobjects/qremoteobjectcontainers_p.h b/src/remoteobjects/qremoteobjectcontainers_p.h
index 2be67c8..43aa825 100644
--- a/src/remoteobjects/qremoteobjectcontainers_p.h
+++ b/src/remoteobjects/qremoteobjectcontainers_p.h
@@ -37,7 +37,8 @@
**
****************************************************************************/
-#pragma once
+#ifndef QREMOTEOBJECTCONTAINERS_P_H
+#define QREMOTEOBJECTCONTAINERS_P_H
//
// W A R N I N G
@@ -118,3 +119,5 @@ QDataStream &operator>>(QDataStream &ds, QtROAssociativeContainer &p);
QDataStream &operator<<(QDataStream &ds, const QtROAssociativeContainer &p);
QT_END_NAMESPACE
+
+#endif // QREMOTEOBJECTCONTAINERS_P_H