summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Render/StudioRendererImpl.h
diff options
context:
space:
mode:
authorMäättä Antti <antti.maatta@qt.io>2017-10-16 13:09:57 +0300
committerAntti Määttä <antti.maatta@qt.io>2017-10-24 13:23:22 +0000
commit0bc163ccbbd8fcd35aa0dc76eaabf6d5a0dde1d2 (patch)
treed821f558d27171c7b8cf800e5781964cc4f129ba /src/Authoring/Studio/Render/StudioRendererImpl.h
parent09e9cdc430d9ae4b44bd157cc3d19943df66b8d4 (diff)
Rename UIC files to Qt3DS files
Task-number: QT3DS-18 Change-Id: Id29fa8761de5694bcca394df7be8448a23d901b9 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/Authoring/Studio/Render/StudioRendererImpl.h')
-rw-r--r--src/Authoring/Studio/Render/StudioRendererImpl.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/Authoring/Studio/Render/StudioRendererImpl.h b/src/Authoring/Studio/Render/StudioRendererImpl.h
index 3d2e73e2..a9753334 100644
--- a/src/Authoring/Studio/Render/StudioRendererImpl.h
+++ b/src/Authoring/Studio/Render/StudioRendererImpl.h
@@ -33,7 +33,7 @@
#include "WGLRenderContext.h"
#include "UICDMDataTypes.h"
#include "UICDMSignals.h"
-#include "UICRenderContext.h"
+#include "Qt3DSRenderContextCore.h"
#include "StudioApp.h"
#include "Doc.h"
#include "UICDMStudioSystem.h"
@@ -46,31 +46,31 @@
#include "Dispatch.h"
#include "Core.h"
#include "foundation/Qt3DSInvasiveSet.h"
-#include "UICRenderer.h"
-#include "UICRenderScene.h"
-#include "UICRenderNode.h"
-#include "UICRenderLayer.h"
-#include "UICRenderModel.h"
-#include "UICRenderDefaultMaterial.h"
-#include "UICRenderLight.h"
-#include "UICRenderCamera.h"
-#include "UICRenderImage.h"
-#include "UICRenderPresentation.h"
+#include "Qt3DSRenderer.h"
+#include "Qt3DSRenderScene.h"
+#include "Qt3DSRenderNode.h"
+#include "Qt3DSRenderLayer.h"
+#include "Qt3DSRenderModel.h"
+#include "Qt3DSRenderDefaultMaterial.h"
+#include "Qt3DSRenderLight.h"
+#include "Qt3DSRenderCamera.h"
+#include "Qt3DSRenderImage.h"
+#include "Qt3DSRenderPresentation.h"
#include "StudioProjectSettings.h"
-#include "UICRenderUIPSharedTranslation.h"
-#include "UICRenderBufferManager.h"
+#include "Qt3DSRenderUIPSharedTranslation.h"
+#include "Qt3DSRenderBufferManager.h"
#include "StudioFullSystem.h"
#include "UICDMSignals.h"
#include "CoreConst.h"
#include "IDocumentEditor.h"
#include "foundation/Qt3DSPlane.h"
#include "foundation/Qt3DSQuat.h"
-#include "UICTextRenderer.h"
+#include "Qt3DSTextRenderer.h"
#include "foundation/Qt3DSOption.h"
#include "foundation/Qt3DSMathUtils.h"
-#include "UICRenderEffect.h"
-#include "UICRenderPath.h"
-#include "UICRenderPathSubPath.h"
+#include "Qt3DSRenderEffect.h"
+#include "Qt3DSRenderPath.h"
+#include "Qt3DSRenderPathSubPath.h"
namespace qt3ds {
namespace studio {