diff options
Diffstat (limited to 'src/plugins/General/hotkey')
| -rw-r--r-- | src/plugins/General/hotkey/hotkeyfactory.cpp | 2 | ||||
| -rw-r--r-- | src/plugins/General/hotkey/hotkeymanager.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/hotkey/hotkeyfactory.cpp b/src/plugins/General/hotkey/hotkeyfactory.cpp index 2add2eecb..01035e4a1 100644 --- a/src/plugins/General/hotkey/hotkeyfactory.cpp +++ b/src/plugins/General/hotkey/hotkeyfactory.cpp @@ -31,7 +31,7 @@ const GeneralProperties HotkeyFactory::properties() const properties.shortName = "hotkey"; properties.hasAbout = true; properties.hasSettings = true; - properties.visibilityControl = FALSE; + properties.visibilityControl = false; return properties; } diff --git a/src/plugins/General/hotkey/hotkeymanager.cpp b/src/plugins/General/hotkey/hotkeymanager.cpp index 23d93571e..c21431cea 100644 --- a/src/plugins/General/hotkey/hotkeymanager.cpp +++ b/src/plugins/General/hotkey/hotkeymanager.cpp @@ -193,7 +193,7 @@ long HotkeyManager::m_meta_mask = 0; long HotkeyManager::m_super_mask = 0; long HotkeyManager::m_hyper_mask = 0; long HotkeyManager::m_numlock_mask = 0; -bool HotkeyManager::m_haveMods = FALSE; +bool HotkeyManager::m_haveMods = false; //copied from globalshortcutmanager_x11.cpp by Justin Karneges and Michail Pishchagin (Psi project) void HotkeyManager::ensureModifiers() |
