summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nodes/qnode.h')
-rw-r--r--src/core/nodes/qnode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/nodes/qnode.h b/src/core/nodes/qnode.h
index 9056aae0c..01da4d961 100644
--- a/src/core/nodes/qnode.h
+++ b/src/core/nodes/qnode.h
@@ -44,7 +44,7 @@
#include <QObject>
#include <Qt3DCore/qt3dcore_global.h>
-#include <Qt3DCore/qnodeuuid.h>
+#include <Qt3DCore/qnodeid.h>
#include <Qt3DCore/qscenechange.h>
QT_BEGIN_NAMESPACE
@@ -74,7 +74,7 @@ public:
explicit QNode(QNode *parent = 0);
~QNode();
- const QNodeUuid uuid() const;
+ const QNodeId uuid() const;
QNode *parentNode() const;
bool notificationsBlocked() const;