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