diff options
Diffstat (limited to 'src/gui/selldialog.h')
-rw-r--r-- | src/gui/selldialog.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/gui/selldialog.h b/src/gui/selldialog.h index 1c62ede42..2e257ec52 100644 --- a/src/gui/selldialog.h +++ b/src/gui/selldialog.h @@ -33,14 +33,10 @@ class Button; class Item; class Label; +class ScrollArea; class ShopItems; class ShopListBox; - -namespace gcn -{ - class ScrollArea; - class Slider; -} +class Slider; /** * The sell dialog. @@ -136,10 +132,10 @@ class SellDialog final : public Window, Button *mIncreaseButton; Button *mDecreaseButton; ShopListBox *mShopItemList; - gcn::ScrollArea *mScrollArea; + ScrollArea *mScrollArea; Label *mMoneyLabel; Label *mQuantityLabel; - gcn::Slider *mSlider; + Slider *mSlider; ShopItems *mShopItems; int mPlayerMoney; |