summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/qmaterial.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/materialsystem/qmaterial.h')
-rw-r--r--src/render/materialsystem/qmaterial.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/materialsystem/qmaterial.h b/src/render/materialsystem/qmaterial.h
index cfc3c0d99..daf580c11 100644
--- a/src/render/materialsystem/qmaterial.h
+++ b/src/render/materialsystem/qmaterial.h
@@ -40,7 +40,7 @@
#include <QVariant>
#include <Qt3DCore/qcomponent.h>
-#include <Qt3DRenderer/qt3drenderer_global.h>
+#include <Qt3DRender/qt3drender_global.h>
QT_BEGIN_NAMESPACE
@@ -52,7 +52,7 @@ class QMaterialPrivate;
class QEffect;
typedef QMap<QString, QAbstractTextureProvider*> TextureDict;
-class QT3DRENDERERSHARED_EXPORT QMaterial : public Qt3DCore::QComponent
+class QT3DRENDERSHARED_EXPORT QMaterial : public Qt3DCore::QComponent
{
Q_OBJECT
Q_PROPERTY(Qt3DRender::QEffect *effect READ effect WRITE setEffect NOTIFY effectChanged)