summaryrefslogtreecommitdiff
path: root/src/gui/charselectdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/charselectdialog.h')
-rw-r--r--src/gui/charselectdialog.h14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/gui/charselectdialog.h b/src/gui/charselectdialog.h
index f12084dc5..1bf0ab88a 100644
--- a/src/gui/charselectdialog.h
+++ b/src/gui/charselectdialog.h
@@ -33,6 +33,7 @@
#include <guichan/actionlistener.hpp>
#include <guichan/keylistener.hpp>
+class Button;
class CharacterDisplay;
class Label;
class LocalPlayer;
@@ -40,11 +41,6 @@ class LoginData;
class PlayerBox;
class TextDialog;
-namespace gcn
-{
- class Button;
-}
-
namespace Net
{
class CharHandler;
@@ -117,10 +113,10 @@ class CharSelectDialog final : public Window,
Label *mAccountNameLabel;
Label *mLastLoginLabel;
- gcn::Button *mSwitchLoginButton;
- gcn::Button *mChangePasswordButton;
- gcn::Button *mUnregisterButton;
- gcn::Button *mChangeEmailButton;
+ Button *mSwitchLoginButton;
+ Button *mChangePasswordButton;
+ Button *mUnregisterButton;
+ Button *mChangeEmailButton;
/** The player boxes */
std::vector<CharacterDisplay*> mCharacterEntries;