summaryrefslogtreecommitdiffhomepage
path: root/opentrack/shortcuts.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-07-25 06:59:31 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-07-25 06:59:31 +0200
commit39d87e711d3eed36d4fecf48250becaa8cbdfb56 (patch)
treea676c5ec1125f4bf1dec0c11d52f76c6aab5a548 /opentrack/shortcuts.cpp
parent61b6c69b3f36ebea142a55d0eb37601d99bcd522 (diff)
rename to win32-shortcuts.cpp
Diffstat (limited to 'opentrack/shortcuts.cpp')
-rw-r--r--opentrack/shortcuts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack/shortcuts.cpp b/opentrack/shortcuts.cpp
index 78b56cce..1dd77e4c 100644
--- a/opentrack/shortcuts.cpp
+++ b/opentrack/shortcuts.cpp
@@ -7,11 +7,11 @@
*/
#include "shortcuts.h"
-#include "global-shortcuts.h"
#include <QMutexLocker>
#if defined(_WIN32)
#include <windows.h>
+#include "win32-shortcuts.h"
void KeybindingWorker::set_keys(Key kCenter_, Key kToggle_, Key kZero_)
{