diff options
Diffstat (limited to 'src/gui/charcreatedialog.h')
-rw-r--r-- | src/gui/charcreatedialog.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/gui/charcreatedialog.h b/src/gui/charcreatedialog.h index f14746605..d2bd57c61 100644 --- a/src/gui/charcreatedialog.h +++ b/src/gui/charcreatedialog.h @@ -34,13 +34,9 @@ class Label; class LocalPlayer; class PlayerBox; class RadioButton; +class Slider; class TextField; -namespace gcn -{ - class Slider; -} - /** * Character creation dialog. * @@ -126,7 +122,7 @@ class CharCreateDialog final : public Window, RadioButton *mFemale; RadioButton *mOther; - std::vector<gcn::Slider*> mAttributeSlider; + std::vector<Slider*> mAttributeSlider; std::vector<Label*> mAttributeLabel; std::vector<Label*> mAttributeValue; Label *mAttributesLeft; |