summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/framegraph-components/qframegraph_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/framegraph-components/qframegraph_p.h')
-rw-r--r--src/render/frontend/framegraph-components/qframegraph_p.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/render/frontend/framegraph-components/qframegraph_p.h b/src/render/frontend/framegraph-components/qframegraph_p.h
index c4963a4ea..0eb8ca7e5 100644
--- a/src/render/frontend/framegraph-components/qframegraph_p.h
+++ b/src/render/frontend/framegraph-components/qframegraph_p.h
@@ -34,20 +34,20 @@
**
****************************************************************************/
-#ifndef QT3D_QFRAMEGRAPH_P_H
-#define QT3D_QFRAMEGRAPH_P_H
+#ifndef QT3DRENDER_QFRAMEGRAPH_P_H
+#define QT3DRENDER_QFRAMEGRAPH_P_H
#include <Qt3DCore/qt3dcore_global.h>
#include <private/qcomponent_p.h>
QT_BEGIN_NAMESPACE
-namespace Qt3D {
+namespace Qt3DRender {
class QFrameGraph;
class QFrameGraphNode;
-class QFrameGraphPrivate : public QComponentPrivate
+class QFrameGraphPrivate : public Qt3D::QComponentPrivate
{
public:
QFrameGraphPrivate();
@@ -61,4 +61,4 @@ public:
QT_END_NAMESPACE
-#endif // QT3D_QFRAMEGRAPH_P_H
+#endif // QT3DRENDER_QFRAMEGRAPH_P_H