summaryrefslogtreecommitdiffstats
path: root/src/render/geometry/qattribute.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/geometry/qattribute.h')
-rw-r--r--src/render/geometry/qattribute.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/geometry/qattribute.h b/src/render/geometry/qattribute.h
index 46429273a..7634ddae5 100644
--- a/src/render/geometry/qattribute.h
+++ b/src/render/geometry/qattribute.h
@@ -38,7 +38,7 @@
#define QT3DRENDER_QATTRIBUTE_H
#include <Qt3DCore/qabstractattribute.h>
-#include <Qt3DRenderer/qt3drenderer_global.h>
+#include <Qt3DRender/qt3drender_global.h>
#include <QtCore/QSharedPointer>
QT_BEGIN_NAMESPACE
@@ -48,7 +48,7 @@ namespace Qt3DRender {
class QAttributePrivate;
class QBuffer;
-class QT3DRENDERERSHARED_EXPORT QAttribute : public Qt3DCore::QAbstractAttribute
+class QT3DRENDERSHARED_EXPORT QAttribute : public Qt3DCore::QAbstractAttribute
{
Q_OBJECT