summaryrefslogtreecommitdiffstats
path: root/src/render/defaults/qgoochmaterial.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/defaults/qgoochmaterial.h')
-rw-r--r--src/render/defaults/qgoochmaterial.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/defaults/qgoochmaterial.h b/src/render/defaults/qgoochmaterial.h
index 88f868a8a..6135b9eb3 100644
--- a/src/render/defaults/qgoochmaterial.h
+++ b/src/render/defaults/qgoochmaterial.h
@@ -58,7 +58,7 @@ class QGoochMaterial : public QMaterial
Q_PROPERTY(float shininess READ shininess WRITE setShininess NOTIFY shininessChanged)
public:
- explicit QGoochMaterial(Qt3D::QNode *parent = 0);
+ explicit QGoochMaterial(Qt3DCore::QNode *parent = 0);
QColor diffuse() const;
QColor specular() const;
QColor cool() const;
@@ -86,7 +86,7 @@ Q_SIGNALS:
void shininessChanged();
protected:
- QGoochMaterial(QGoochMaterialPrivate &dd, Qt3D::QNode *parent = 0);
+ QGoochMaterial(QGoochMaterialPrivate &dd, Qt3DCore::QNode *parent = 0);
private:
Q_DECLARE_PRIVATE(QGoochMaterial)