diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-15 23:58:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-15 23:58:22 +0300 |
commit | 768523601ff80a23bf3e821484cc116c62498a38 (patch) | |
tree | 45bcf588111d58755b78cfd900db0b8cdfaecdea /src/gui/windows/charselectdialog.cpp | |
parent | 01d93aedcc4d1632ff5915c3989a502ec31cd978 (diff) | |
download | plus-768523601ff80a23bf3e821484cc116c62498a38.tar.gz plus-768523601ff80a23bf3e821484cc116c62498a38.tar.bz2 plus-768523601ff80a23bf3e821484cc116c62498a38.tar.xz plus-768523601ff80a23bf3e821484cc116c62498a38.zip |
move keylistener from base into listeners.
Diffstat (limited to 'src/gui/windows/charselectdialog.cpp')
-rw-r--r-- | src/gui/windows/charselectdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/charselectdialog.cpp b/src/gui/windows/charselectdialog.cpp index 37e93938c..f5b522971 100644 --- a/src/gui/windows/charselectdialog.cpp +++ b/src/gui/windows/charselectdialog.cpp @@ -89,7 +89,7 @@ CharSelectDialog::CharSelectDialog(LoginData *const data): data->username.c_str(), data->lastLogin.c_str()), false, nullptr, "char.xml"), ActionListener(), - gcn::KeyListener(), + KeyListener(), mLoginData(data), // TRANSLATORS: char select dialog. button. mSwitchLoginButton(new Button(this, _("Switch Login"), "switch", this)), |