summaryrefslogtreecommitdiffstats
path: root/src/logic/handle_types_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/logic/handle_types_p.h')
-rw-r--r--src/logic/handle_types_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/logic/handle_types_p.h b/src/logic/handle_types_p.h
index a0186c186..94eb05aa2 100644
--- a/src/logic/handle_types_p.h
+++ b/src/logic/handle_types_p.h
@@ -56,10 +56,10 @@ namespace Qt3DLogic {
namespace Logic {
class Handler;
-typedef Qt3D::QHandle<Handler, 16> HHandler;
+typedef Qt3DCore::QHandle<Handler, 16> HHandler;
} // namespace Logic
-} // namespace Qt3D
+} // namespace Qt3DLogic
QT_END_NAMESPACE