summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/framegraph-components/qframegraphnode_p.h
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2015-08-31 15:14:17 +0100
committerSean Harmer <sean.harmer@kdab.com>2015-10-13 07:15:15 +0000
commitaf40840eedf35404ba4b39e890c158e2328ff6ec (patch)
treece4ac1f925c34b56704c99bd332e0436e68dbecc /src/render/frontend/framegraph-components/qframegraphnode_p.h
parent0269afd106da5d4d999585b3bdb1332a2c01af12 (diff)
Move Render aspect into the Qt3DRender namespace
Updated examples and tests accordingly. Change-Id: I8848a88472de2302aa072fa11f21ea934672b7e6 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/render/frontend/framegraph-components/qframegraphnode_p.h')
-rw-r--r--src/render/frontend/framegraph-components/qframegraphnode_p.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/render/frontend/framegraph-components/qframegraphnode_p.h b/src/render/frontend/framegraph-components/qframegraphnode_p.h
index 02cfc5be1..d1dc98196 100644
--- a/src/render/frontend/framegraph-components/qframegraphnode_p.h
+++ b/src/render/frontend/framegraph-components/qframegraphnode_p.h
@@ -34,8 +34,8 @@
**
****************************************************************************/
-#ifndef QT3D_QFRAMEGRAPHNODE_P_H
-#define QT3D_QFRAMEGRAPHNODE_P_H
+#ifndef QT3DRENDER_QFRAMEGRAPHNODE_P_H
+#define QT3DRENDER_QFRAMEGRAPHNODE_P_H
#include <QtCore/QtGlobal>
#include <private/qnode_p.h>
@@ -43,11 +43,11 @@
QT_BEGIN_NAMESPACE
-namespace Qt3D {
+namespace Qt3DRender {
class QFrameGraphNode;
-class QFrameGraphNodePrivate : public QNodePrivate
+class QFrameGraphNodePrivate : public Qt3D::QNodePrivate
{
public:
QFrameGraphNodePrivate();
@@ -57,8 +57,8 @@ public:
QList<QFrameGraphNode *> m_fgChildren;
};
-} // Qt3D
+} // namespace Qt3DRender
QT_END_NAMESPACE
-#endif // QT3D_QFRAMEGRAPHNODE_P_H
+#endif // QT3DRENDER_QFRAMEGRAPHNODE_P_H