From 013ee07b55a3738b28b5d46324392d8498b50f2b Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 11 Mar 2010 18:46:25 +0000 Subject: removed obsolete members git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1619 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/hotkey/hotkeyfactory.cpp | 4 ++-- src/plugins/General/hotkey/hotkeymanager.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/plugins/General/hotkey') diff --git a/src/plugins/General/hotkey/hotkeyfactory.cpp b/src/plugins/General/hotkey/hotkeyfactory.cpp index 9e706369d..2add2eecb 100644 --- a/src/plugins/General/hotkey/hotkeyfactory.cpp +++ b/src/plugins/General/hotkey/hotkeyfactory.cpp @@ -29,8 +29,8 @@ const GeneralProperties HotkeyFactory::properties() const GeneralProperties properties; properties.name = tr("Global Hotkey Plugin"); properties.shortName = "hotkey"; - properties.hasAbout = TRUE; - properties.hasSettings = TRUE; + properties.hasAbout = true; + properties.hasSettings = true; properties.visibilityControl = FALSE; return properties; } diff --git a/src/plugins/General/hotkey/hotkeymanager.cpp b/src/plugins/General/hotkey/hotkeymanager.cpp index 7ddb83a4f..23d93571e 100644 --- a/src/plugins/General/hotkey/hotkeymanager.cpp +++ b/src/plugins/General/hotkey/hotkeymanager.cpp @@ -271,7 +271,7 @@ void HotkeyManager::ensureModifiers() m_meta_mask = Mod4Mask; } - m_haveMods = TRUE; + m_haveMods = true; } QList HotkeyManager::ignModifiersList() -- cgit v1.2.3-13-gbd6f