summaryrefslogtreecommitdiff
path: root/src/inputmanager.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-04-10 03:12:42 +0300
committerAndrei Karas <akaras@inbox.ru>2012-04-10 03:12:42 +0300
commit9df03a10b72b7e8c3b5bcf9cc7b595dc9fc17835 (patch)
tree9f46ecd1e8d1e6511ed4a9b8f489c39228f3cfa4 /src/inputmanager.h
parent2556c72eea6a7d28d543d991e5d5c519726028f0 (diff)
downloadplus-9df03a10b72b7e8c3b5bcf9cc7b595dc9fc17835.tar.gz
plus-9df03a10b72b7e8c3b5bcf9cc7b595dc9fc17835.tar.bz2
plus-9df03a10b72b7e8c3b5bcf9cc7b595dc9fc17835.tar.xz
plus-9df03a10b72b7e8c3b5bcf9cc7b595dc9fc17835.zip
Rename settings tab keyboard to input.
Diffstat (limited to 'src/inputmanager.h')
-rw-r--r--src/inputmanager.h8
1 files changed, 4 insertions, 4 deletions
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 */