summaryrefslogtreecommitdiffstats
path: root/src/core/aspects/qaspectengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/aspects/qaspectengine.h')
-rw-r--r--src/core/aspects/qaspectengine.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/core/aspects/qaspectengine.h b/src/core/aspects/qaspectengine.h
index cdbb01a30..e9e768add 100644
--- a/src/core/aspects/qaspectengine.h
+++ b/src/core/aspects/qaspectengine.h
@@ -34,8 +34,8 @@
**
****************************************************************************/
-#ifndef QT3D_QASPECTENGINE_H
-#define QT3D_QASPECTENGINE_H
+#ifndef QT3DCORE_QASPECTENGINE_H
+#define QT3DCORE_QASPECTENGINE_H
#include <QObject>
#include <Qt3DCore/QAspectFactory>
@@ -43,7 +43,7 @@
QT_BEGIN_NAMESPACE
-namespace Qt3D {
+namespace Qt3DCore {
class QAbstractAspect;
class QAspectThread;
@@ -81,9 +81,9 @@ private:
void initNodeTree(QNode *node);
};
-} // namespace Qt3D
+} // namespace Qt3DCore
QT_END_NAMESPACE
-#endif // QT3D_QASPECTENGINE_H
+#endif // QT3DCORE_QASPECTENGINE_H