summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qkeyboarddevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/frontend/qkeyboarddevice.h')
-rw-r--r--src/input/frontend/qkeyboarddevice.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/input/frontend/qkeyboarddevice.h b/src/input/frontend/qkeyboarddevice.h
index ee4b864f7..8b309f6a7 100644
--- a/src/input/frontend/qkeyboarddevice.h
+++ b/src/input/frontend/qkeyboarddevice.h
@@ -40,7 +40,7 @@
#ifndef QT3DINPUT_INPUT_QKEYBOARDDEVICE_H
#define QT3DINPUT_INPUT_QKEYBOARDDEVICE_H
-#include <Qt3DInput/QKeyboardHandler>
+#include <Qt3DInput/qkeyboardhandler.h>
#include <Qt3DInput/qt3dinput_global.h>
#include <Qt3DInput/qabstractphysicaldevice.h>
@@ -49,7 +49,6 @@ QT_BEGIN_NAMESPACE
namespace Qt3DInput {
class QKeyboardDevicePrivate;
-class QKeyboardHandler;
class Q_3DINPUTSHARED_EXPORT QKeyboardDevice : public Qt3DInput::QAbstractPhysicalDevice
{