summaryrefslogtreecommitdiffstats
path: root/src/input/q3dkeyevent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/q3dkeyevent.cpp')
-rw-r--r--src/input/q3dkeyevent.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/q3dkeyevent.cpp b/src/input/q3dkeyevent.cpp
index bb1990955..3633618f6 100644
--- a/src/input/q3dkeyevent.cpp
+++ b/src/input/q3dkeyevent.cpp
@@ -38,7 +38,7 @@
QT_BEGIN_NAMESPACE
-namespace Qt3D {
+namespace Qt3DInput {
//Qt6: Move this into a QtQmlGui module and merge it with QQuickKeyEvent
@@ -147,6 +147,6 @@ Q3DKeyEvent::Q3DKeyEvent(const QKeyEvent &ke)
\sa QKeySequence::StandardKey
*/
-} // Qt3D
+} // namespace Qt3DInput
QT_END_NAMESPACE