From 9df03a10b72b7e8c3b5bcf9cc7b595dc9fc17835 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 10 Apr 2012 03:12:42 +0300 Subject: Rename settings tab keyboard to input. --- src/inputmanager.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/inputmanager.h') diff --git a/src/inputmanager.h b/src/inputmanager.h index 2469e2e10..9e2081f4e 100644 --- a/src/inputmanager.h +++ b/src/inputmanager.h @@ -33,7 +33,7 @@ struct KeyData; -class Setup_Keyboard; +class Setup_Input; enum KeyTypes { @@ -124,8 +124,8 @@ class InputManager /** * Set a reference to the key setup window. */ - void setSetupKeyboard(Setup_Keyboard *setupKey) - { mSetupKey = setupKey; } + void setSetupInput(Setup_Input *setupInput) + { mSetupInput = setupInput; } /** * Get the index of the new key to be assigned. @@ -142,7 +142,7 @@ class InputManager bool triggerAction(const KeysVector *ptrs); protected: - Setup_Keyboard *mSetupKey; /**< Reference to setup window */ + Setup_Input *mSetupInput; /**< Reference to setup window */ int mNewKeyIndex; /**< Index of new key to be assigned */ -- cgit v1.2.3-60-g2f50