summaryrefslogtreecommitdiffhomepage
path: root/gui/keyboard.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-11-01 11:47:05 +0100
committerStanislaw Halik <sthalik@misaki.pl>2015-11-01 11:47:05 +0100
commitb58b72a31083968793dcefa6f38c02a910a7da8a (patch)
treef1b903cf66f37c12f20acc3a6d4382b0705eedea /gui/keyboard.h
parente82679127004934f44d86aba3854811223abe477 (diff)
keyboard-chooser: use only keyboard worker, not full shortcuts
Diffstat (limited to 'gui/keyboard.h')
-rw-r--r--gui/keyboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/keyboard.h b/gui/keyboard.h
index 62a9ce20..03edacc7 100644
--- a/gui/keyboard.h
+++ b/gui/keyboard.h
@@ -2,7 +2,7 @@
#include "ui_keyboard_listener.h"
#ifdef _WIN32
#include "opentrack/win32-shortcuts.h"
-#include "opentrack/shortcuts.h"
+#include "opentrack/keybinding-worker.hpp"
#endif
#include <QLabel>
#include <QKeyEvent>