summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/qframegraphselector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/framegraph/qframegraphselector.h')
-rw-r--r--src/render/framegraph/qframegraphselector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/framegraph/qframegraphselector.h b/src/render/framegraph/qframegraphselector.h
index 8300be080..64f8bf9fb 100644
--- a/src/render/framegraph/qframegraphselector.h
+++ b/src/render/framegraph/qframegraphselector.h
@@ -59,14 +59,14 @@ class QT3DRENDERERSHARED_EXPORT QFrameGraphSelector : public QFrameGraphNode
{
Q_OBJECT
public:
- explicit QFrameGraphSelector(Qt3D::QNode *parent = 0);
+ explicit QFrameGraphSelector(Qt3DCore::QNode *parent = 0);
~QFrameGraphSelector();
QFrameGraphSelectorFunctorPtr selectionFunctor() const;
void setSelectionFunctor(QFrameGraphSelectorFunctorPtr functor);
protected:
- void copy(const Qt3D::QNode *ref) Q_DECL_OVERRIDE;
+ void copy(const Qt3DCore::QNode *ref) Q_DECL_OVERRIDE;
private:
QT3D_CLONEABLE(QFrameGraphSelector)