summaryrefslogtreecommitdiffstats
path: root/src/animation/frontend
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2017-11-27 17:06:20 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2017-11-28 13:16:59 +0000
commit1129ff731fca6aff5849cafe1f434f1882342cd7 (patch)
tree6783026179836d136dc28aeb89e981cb48f265e3 /src/animation/frontend
parent2d59bdf71867f7b5fd6cb21e0658c9a4eaf53cf1 (diff)
qanimationgroup.h: Fix include of Qt class
Amends 91d4985e7b597457d024e67c64fe136c550c23fd. Task-number: PYSIDE-487 Change-Id: I8689241bb1899f2af9c449a7c51bfc3927d68a48 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'src/animation/frontend')
-rw-r--r--src/animation/frontend/qanimationgroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/frontend/qanimationgroup.h b/src/animation/frontend/qanimationgroup.h
index 1e23c61ee..a4f34c815 100644
--- a/src/animation/frontend/qanimationgroup.h
+++ b/src/animation/frontend/qanimationgroup.h
@@ -37,7 +37,7 @@
#ifndef QT3DANIMATION_QANIMATIONGROUP_H
#define QT3DANIMATION_QANIMATIONGROUP_H
-#include <qobject.h>
+#include <QtCore/qobject.h>
#include <Qt3DAnimation/qabstractanimation.h>