summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/annotation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/materialsystem/annotation.cpp')
-rw-r--r--src/render/materialsystem/annotation.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/materialsystem/annotation.cpp b/src/render/materialsystem/annotation.cpp
index 2d725316a..ed0c6cea2 100644
--- a/src/render/materialsystem/annotation.cpp
+++ b/src/render/materialsystem/annotation.cpp
@@ -39,7 +39,7 @@
QT_BEGIN_NAMESPACE
-using namespace Qt3D;
+using namespace Qt3DCore;
namespace Qt3DRender {
namespace Render {
@@ -58,7 +58,7 @@ void Annotation::cleanup()
{
}
-void Annotation::updateFromPeer(Qt3D::QNode *peer)
+void Annotation::updateFromPeer(Qt3DCore::QNode *peer)
{
QAnnotation *criterion = static_cast<QAnnotation *>(peer);
@@ -76,7 +76,7 @@ QString Annotation::criterionName() const
return m_name;
}
-void Annotation::sceneChangeEvent(const Qt3D::QSceneChangePtr &e)
+void Annotation::sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e)
{
QScenePropertyChangePtr propertyChange = qSharedPointerCast<QScenePropertyChange>(e);
if (propertyChange->propertyName() == QByteArrayLiteral("value"))