summaryrefslogtreecommitdiffstats
path: root/src/engine/Qt3DSRenderRuntimeBindingImplTranslation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/Qt3DSRenderRuntimeBindingImplTranslation.cpp')
-rw-r--r--src/engine/Qt3DSRenderRuntimeBindingImplTranslation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/Qt3DSRenderRuntimeBindingImplTranslation.cpp b/src/engine/Qt3DSRenderRuntimeBindingImplTranslation.cpp
index f4b0f31..bdf92e5 100644
--- a/src/engine/Qt3DSRenderRuntimeBindingImplTranslation.cpp
+++ b/src/engine/Qt3DSRenderRuntimeBindingImplTranslation.cpp
@@ -37,7 +37,7 @@
#include "Qt3DSHash.h"
#include "Qt3DSRenderPlugin.h"
#include "Qt3DSRenderPluginPropertyValue.h"
-#include "Qt3DSElementHelper.h"
+#include "Qt3DSQmlElementHelper.h"
#include "Qt3DSPresentation.h"
#include "Qt3DSApplication.h"
#include "Qt3DSRenderCustomMaterialSystem.h"
@@ -191,7 +191,7 @@ struct SRuntimePropertyParser
} else if (m_Type == Q3DStudio::ATTRIBUTETYPE_STRING) {
CRegisteredString theString =
m_RenderContext.GetStringTable().HandleToStr(m_Value.m_StringHandle);
- theElem = Q3DStudio::CElementHelper::GetElement(
+ theElem = Q3DStudio::CQmlElementHelper::GetElement(
m_Element.GetBelongedPresentation()->GetApplication(),
m_Element.GetBelongedPresentation(), theString.c_str(), &m_Element);
}