summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/materials-cpp/barrel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/materials-cpp/barrel.cpp')
-rw-r--r--examples/qt3d/materials-cpp/barrel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/materials-cpp/barrel.cpp b/examples/qt3d/materials-cpp/barrel.cpp
index c89b58d52..fc86a9ab2 100644
--- a/examples/qt3d/materials-cpp/barrel.cpp
+++ b/examples/qt3d/materials-cpp/barrel.cpp
@@ -57,7 +57,7 @@ const char *bumpsName[] = {
"hard_bumps"
};
-Barrel::Barrel(Qt3D::QNode *parent)
+Barrel::Barrel(Qt3DCore::QNode *parent)
: RenderableEntity(parent)
, m_bumps(NoBumps)
, m_diffuseColor(Red)