diff options
-rw-r--r-- | opentrack/shortcuts.cpp | 2 | ||||
-rw-r--r-- | opentrack/win32-shortcuts.cpp (renamed from opentrack/global-shortcuts.cpp) | 2 | ||||
-rw-r--r-- | opentrack/win32-shortcuts.h (renamed from opentrack/global-shortcuts.h) | 0 |
3 files changed, 2 insertions, 2 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_) { diff --git a/opentrack/global-shortcuts.cpp b/opentrack/win32-shortcuts.cpp index f719e766..dbf4f9fd 100644 --- a/opentrack/global-shortcuts.cpp +++ b/opentrack/win32-shortcuts.cpp @@ -9,7 +9,7 @@ #include <QKeySequence> #include <QVariant> #include <QDebug> -#include "global-shortcuts.h" +#include "win32-shortcuts.h" QList<win_key> windows_key_mods = QList<win_key>({ diff --git a/opentrack/global-shortcuts.h b/opentrack/win32-shortcuts.h index 8167036d..8167036d 100644 --- a/opentrack/global-shortcuts.h +++ b/opentrack/win32-shortcuts.h |