summaryrefslogtreecommitdiffstats
path: root/src/input/keyeventdispatcherjob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/keyeventdispatcherjob.cpp')
-rw-r--r--src/input/keyeventdispatcherjob.cpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/input/keyeventdispatcherjob.cpp b/src/input/keyeventdispatcherjob.cpp
index 49e835639..2eea7b2b7 100644
--- a/src/input/keyeventdispatcherjob.cpp
+++ b/src/input/keyeventdispatcherjob.cpp
@@ -41,11 +41,10 @@
QT_BEGIN_NAMESPACE
-namespace Qt3D {
-
+namespace Qt3DInput {
namespace Input {
-KeyEventDispatcherJob::KeyEventDispatcherJob(const QNodeId &input, const QList<QKeyEvent> &events)
+KeyEventDispatcherJob::KeyEventDispatcherJob(const Qt3D::QNodeId &input, const QList<QKeyEvent> &events)
: QAspectJob()
, m_inputHandler(Q_NULLPTR)
, m_keyboardInput(input)
@@ -68,8 +67,7 @@ void KeyEventDispatcherJob::run()
}
}
-} // Input
-
-} // Qt3D
+} // namespace Input
+} // namespace Qt3DInput
QT_END_NAMESPACE