summaryrefslogtreecommitdiffstats
path: root/src/render/defaults/qskyboxentity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/defaults/qskyboxentity.h')
-rw-r--r--src/render/defaults/qskyboxentity.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/defaults/qskyboxentity.h b/src/render/defaults/qskyboxentity.h
index a3708a9f5..d0406466a 100644
--- a/src/render/defaults/qskyboxentity.h
+++ b/src/render/defaults/qskyboxentity.h
@@ -38,7 +38,7 @@
#define QT3DRENDER_RENDER_QSKYBOXENTITY_H
#include <Qt3DCore/qentity.h>
-#include <Qt3DRenderer/qt3drenderer_global.h>
+#include <Qt3DRender/qt3drender_global.h>
QT_BEGIN_NAMESPACE
@@ -46,7 +46,7 @@ namespace Qt3DRender {
class QSkyboxEntityPrivate;
-class QT3DRENDERERSHARED_EXPORT QSkyboxEntity : public Qt3DCore::QEntity
+class QT3DRENDERSHARED_EXPORT QSkyboxEntity : public Qt3DCore::QEntity
{
Q_OBJECT
public: