diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-10 12:02:00 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-10 12:02:00 +0200 |
commit | 6e7af85c52e994fada7f989f4af2a6e793dedac9 (patch) | |
tree | f5e70bdd6e376f282bc625274fd2cece30f62020 /gui | |
parent | 8ee2337bc9e9285fac8bada710a2e39629ce5050 (diff) |
dinput: split from logic module
For use in the joystick module.
Diffstat (limited to 'gui')
-rw-r--r-- | gui/keyboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/keyboard.h b/gui/keyboard.h index 07f326ea..27300690 100644 --- a/gui/keyboard.h +++ b/gui/keyboard.h @@ -2,7 +2,7 @@ #include "ui_keyboard_listener.h" #ifdef _WIN32 #include "opentrack-logic/win32-shortcuts.h" -#include "opentrack-logic/keybinding-worker.hpp" +#include "opentrack-dinput/keybinding-worker.hpp" #endif #include <QLabel> #include <QKeyEvent> |