summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/qsortcriterion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/framegraph/qsortcriterion.h')
-rw-r--r--src/render/framegraph/qsortcriterion.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/framegraph/qsortcriterion.h b/src/render/framegraph/qsortcriterion.h
index f056a3b94..72f6cd76c 100644
--- a/src/render/framegraph/qsortcriterion.h
+++ b/src/render/framegraph/qsortcriterion.h
@@ -38,7 +38,7 @@
#define QT3DRENDER_QSORTCRITERION_H
#include <Qt3DCore/qnode.h>
-#include <Qt3DRenderer/qt3drenderer_global.h>
+#include <Qt3DRender/qt3drender_global.h>
QT_BEGIN_NAMESPACE
@@ -46,7 +46,7 @@ namespace Qt3DRender {
class QSortCriterionPrivate;
-class QT3DRENDERERSHARED_EXPORT QSortCriterion : public Qt3DCore::QNode
+class QT3DRENDERSHARED_EXPORT QSortCriterion : public Qt3DCore::QNode
{
Q_OBJECT
Q_PROPERTY(Qt3DRender::QSortCriterion::SortType sort READ sort WRITE setSort NOTIFY sortChanged)