summaryrefslogtreecommitdiffstats
path: root/src/render/renderstates/qstencilopseparate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/renderstates/qstencilopseparate.h')
-rw-r--r--src/render/renderstates/qstencilopseparate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/renderstates/qstencilopseparate.h b/src/render/renderstates/qstencilopseparate.h
index 44561131c..cc21ebaad 100644
--- a/src/render/renderstates/qstencilopseparate.h
+++ b/src/render/renderstates/qstencilopseparate.h
@@ -38,7 +38,7 @@
#define QT3DRENDER_QSTENCILOPSEPARATE_H
#include <QObject>
-#include <Qt3DRenderer/qt3drenderer_global.h>
+#include <Qt3DRender/qt3drender_global.h>
QT_BEGIN_NAMESPACE
@@ -47,7 +47,7 @@ namespace Qt3DRender {
class QStencilOpPrivate;
class QStencilOpSeparatePrivate;
-class QT3DRENDERERSHARED_EXPORT QStencilOpSeparate : public QObject
+class QT3DRENDERSHARED_EXPORT QStencilOpSeparate : public QObject
{
Q_OBJECT
Q_PROPERTY(StencilFaceMode faceMode READ faceMode NOTIFY faceModeChanged)