diff options
Diffstat (limited to 'src/gui/windows/charcreatedialog.h')
-rw-r--r-- | src/gui/windows/charcreatedialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/windows/charcreatedialog.h b/src/gui/windows/charcreatedialog.h index 89e3c832a..c0e8e2928 100644 --- a/src/gui/windows/charcreatedialog.h +++ b/src/gui/windows/charcreatedialog.h @@ -28,7 +28,7 @@ #include "gui/windows/charselectdialog.h" #include "listeners/actionlistener.h" -#include "gui/base/keylistener.hpp" +#include "listeners/keylistener.h" class Label; class PlayerBox; @@ -43,7 +43,7 @@ class TextField; */ class CharCreateDialog final : public Window, public ActionListener, - public gcn::KeyListener + public KeyListener { public: /** |