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.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/inputmanager.cpp') diff --git a/src/inputmanager.cpp b/src/inputmanager.cpp index 6ae93b88e..3f4904abe 100644 --- a/src/inputmanager.cpp +++ b/src/inputmanager.cpp @@ -33,7 +33,7 @@ #include "gui/npcdialog.h" #include "gui/npcpostdialog.h" #include "gui/setup.h" -#include "gui/setup_keyboard.h" +#include "gui/setup_input.h" #include "gui/textdialog.h" #include "gui/tradewindow.h" @@ -62,7 +62,7 @@ class KeyFunctor InputManager::InputManager() : - mSetupKey(nullptr), + mSetupInput(nullptr), mNewKeyIndex(Input::KEY_NO_VALUE) { } @@ -243,7 +243,7 @@ bool InputManager::hasConflicts(int &key1, int &key2) void InputManager::callbackNewKey() { - mSetupKey->newKeyCallback(mNewKeyIndex); + mSetupInput->newKeyCallback(mNewKeyIndex); } bool InputManager::isActionActive(int index) const -- cgit v1.2.3-60-g2f50