From 066488a6f4d086b57f4fe32e8799c207552cccb7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 14 Oct 2012 18:50:27 +0300 Subject: Add theming to labels. New theme file: label.xml Parameters: padding --- src/gui/charselectdialog.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/charselectdialog.h') diff --git a/src/gui/charselectdialog.h b/src/gui/charselectdialog.h index 91cfa7e43..f12084dc5 100644 --- a/src/gui/charselectdialog.h +++ b/src/gui/charselectdialog.h @@ -34,6 +34,7 @@ #include class CharacterDisplay; +class Label; class LocalPlayer; class LoginData; class PlayerBox; @@ -42,7 +43,6 @@ class TextDialog; namespace gcn { class Button; - class Label; } namespace Net @@ -114,8 +114,8 @@ class CharSelectDialog final : public Window, LoginData *mLoginData; - gcn::Label *mAccountNameLabel; - gcn::Label *mLastLoginLabel; + Label *mAccountNameLabel; + Label *mLastLoginLabel; gcn::Button *mSwitchLoginButton; gcn::Button *mChangePasswordButton; -- cgit v1.2.3-60-g2f50