summaryrefslogtreecommitdiffstats
path: root/src/input/keyboardeventfilter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/keyboardeventfilter.cpp')
-rw-r--r--src/input/keyboardeventfilter.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/input/keyboardeventfilter.cpp b/src/input/keyboardeventfilter.cpp
index 312e98808..34c4dc580 100644
--- a/src/input/keyboardeventfilter.cpp
+++ b/src/input/keyboardeventfilter.cpp
@@ -41,8 +41,7 @@
QT_BEGIN_NAMESPACE
-namespace Qt3D {
-
+namespace Qt3DInput {
namespace Input {
// The KeyboardEventFilter must be in the same thread as the view it will be monitoring
@@ -67,8 +66,7 @@ bool KeyboardEventFilter::eventFilter(QObject *obj, QEvent *e)
return QObject::eventFilter(obj, e);
}
-} // Input
-
-} // Qt3D
+} // namespace Input
+} // namespace Qt3DInput
QT_END_NAMESPACE