summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qblendequation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/qblendequation.h')
-rw-r--r--src/render/frontend/qblendequation.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/render/frontend/qblendequation.h b/src/render/frontend/qblendequation.h
index 78df85183..94735fdb6 100644
--- a/src/render/frontend/qblendequation.h
+++ b/src/render/frontend/qblendequation.h
@@ -35,14 +35,14 @@
**
****************************************************************************/
-#ifndef QT3D_QBLENDEQUATION_H
-#define QT3D_QBLENDEQUATION_H
+#ifndef QT3DRENDER_QBLENDEQUATION_H
+#define QT3DRENDER_QBLENDEQUATION_H
#include <Qt3DRenderer/qrenderstate.h>
QT_BEGIN_NAMESPACE
-namespace Qt3D {
+namespace Qt3DRender {
class QBlendEquationPrivate;
@@ -62,7 +62,7 @@ public:
};
Q_ENUM(BlendMode)
- explicit QBlendEquation(QNode *parent = 0);
+ explicit QBlendEquation(Qt3D::QNode *parent = 0);
~QBlendEquation();
BlendMode mode() const;
@@ -72,15 +72,15 @@ Q_SIGNALS:
void modeChanged();
protected:
- void copy(const QNode *ref) Q_DECL_OVERRIDE;
+ void copy(const Qt3D::QNode *ref) Q_DECL_OVERRIDE;
private:
Q_DECLARE_PRIVATE(QBlendEquation)
QT3D_CLONEABLE(QBlendEquation)
};
-} // Qt3D
+} // namespace Qt3DRender
QT_END_NAMESPACE
-#endif // QT3D_QBLENDEQUATION_H
+#endif // QT3DRENDER_QBLENDEQUATION_H