summaryrefslogtreecommitdiff
path: root/src/inputmanager.h
diff options
context:
space:
mode:
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 */