summaryrefslogtreecommitdiffstats
path: root/src/input/keyeventdispatcherjob_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/keyeventdispatcherjob_p.h')
-rw-r--r--src/input/keyeventdispatcherjob_p.h20
1 files changed, 9 insertions, 11 deletions
diff --git a/src/input/keyeventdispatcherjob_p.h b/src/input/keyeventdispatcherjob_p.h
index 1572faa32..67ca370d0 100644
--- a/src/input/keyeventdispatcherjob_p.h
+++ b/src/input/keyeventdispatcherjob_p.h
@@ -34,8 +34,8 @@
**
****************************************************************************/
-#ifndef QT3D_INPUT_KEYEVENTDISPATCHERJOB_P_H
-#define QT3D_INPUT_KEYEVENTDISPATCHERJOB_P_H
+#ifndef QT3DINPUT_INPUT_KEYEVENTDISPATCHERJOB_P_H
+#define QT3DINPUT_INPUT_KEYEVENTDISPATCHERJOB_P_H
#include <Qt3DCore/qaspectjob.h>
#include <Qt3DCore/qnodeid.h>
@@ -43,29 +43,27 @@
QT_BEGIN_NAMESPACE
-namespace Qt3D {
-
+namespace Qt3DInput {
namespace Input {
class InputHandler;
-class KeyEventDispatcherJob : public QAspectJob
+class KeyEventDispatcherJob : public Qt3D::QAspectJob
{
public:
- explicit KeyEventDispatcherJob(const QNodeId &input, const QList<QKeyEvent> &events);
+ explicit KeyEventDispatcherJob(const Qt3D::QNodeId &input, const QList<QKeyEvent> &events);
void setInputHandler(InputHandler *handler);
void run() Q_DECL_OVERRIDE;
private:
InputHandler *m_inputHandler;
- const QNodeId m_keyboardInput;
+ const Qt3D::QNodeId m_keyboardInput;
const QList<QKeyEvent> m_events;
};
-} // Input
-
-} // Key
+} // namespace Input
+} // namespace Qt3DInput
QT_END_NAMESPACE
-#endif // QT3D_INPUT_KEYEVENTDISPATCHERJOB_P_H
+#endif // QT3DINPUT_INPUT_KEYEVENTDISPATCHERJOB_P_H