summaryrefslogtreecommitdiffstats
path: root/src/logic/qlogiccomponent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/logic/qlogiccomponent.h')
-rw-r--r--src/logic/qlogiccomponent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/logic/qlogiccomponent.h b/src/logic/qlogiccomponent.h
index 9497d4921..500b1d85b 100644
--- a/src/logic/qlogiccomponent.h
+++ b/src/logic/qlogiccomponent.h
@@ -51,12 +51,12 @@ namespace Logic {
class Executor;
}
-class QT3DLOGICSHARED_EXPORT QLogicComponent : public Qt3D::QComponent
+class QT3DLOGICSHARED_EXPORT QLogicComponent : public Qt3DCore::QComponent
{
Q_OBJECT
public:
- explicit QLogicComponent(Qt3D::QNode *parent = 0);
+ explicit QLogicComponent(Qt3DCore::QNode *parent = 0);
~QLogicComponent();
protected: