summaryrefslogtreecommitdiffstats
path: root/src/input/mouseeventdispatcherjob_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/mouseeventdispatcherjob_p.h')
-rw-r--r--src/input/mouseeventdispatcherjob_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input/mouseeventdispatcherjob_p.h b/src/input/mouseeventdispatcherjob_p.h
index fd5d625a1..eb37dbc4d 100644
--- a/src/input/mouseeventdispatcherjob_p.h
+++ b/src/input/mouseeventdispatcherjob_p.h
@@ -59,16 +59,16 @@ namespace Input {
class InputHandler;
-class MouseEventDispatcherJob : public Qt3D::QAspectJob
+class MouseEventDispatcherJob : public Qt3DCore::QAspectJob
{
public:
- explicit MouseEventDispatcherJob(const Qt3D::QNodeId &input, const QList<QMouseEvent> &events);
+ explicit MouseEventDispatcherJob(const Qt3DCore::QNodeId &input, const QList<QMouseEvent> &events);
void setInputHandler(InputHandler *handler);
void run() Q_DECL_FINAL;
private:
InputHandler *m_inputHandler;
- const Qt3D::QNodeId m_mouseInput;
+ const Qt3DCore::QNodeId m_mouseInput;
const QList<QMouseEvent> m_events;
};