summaryrefslogtreecommitdiffstats
path: root/src/render/io/qattribute_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/io/qattribute_p.h')
-rw-r--r--src/render/io/qattribute_p.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/render/io/qattribute_p.h b/src/render/io/qattribute_p.h
index bd660b1eb..0e7ef390f 100644
--- a/src/render/io/qattribute_p.h
+++ b/src/render/io/qattribute_p.h
@@ -34,26 +34,26 @@
**
****************************************************************************/
-#ifndef QT3D_QATTRIBUTE_P_H
-#define QT3D_QATTRIBUTE_P_H
+#ifndef QT3DRENDER_QATTRIBUTE_P_H
+#define QT3DRENDER_QATTRIBUTE_P_H
#include <private/qabstractattribute_p.h>
#include <Qt3DRenderer/qt3drenderer_global.h>
QT_BEGIN_NAMESPACE
-namespace Qt3D {
+namespace Qt3DRender {
class QAttribute;
-class QT3DRENDERERSHARED_EXPORT QAttributePrivate : public QAbstractAttributePrivate
+class QT3DRENDERERSHARED_EXPORT QAttributePrivate : public Qt3D::QAbstractAttributePrivate
{
public:
QAttributePrivate();
};
-} // Qt3D
+} // namespace Qt3DRender
QT_END_NAMESPACE
-#endif // QT3D_QATTRIBUTE_P_H
+#endif // QT3DRENDER_QATTRIBUTE_P_H