diff options
Diffstat (limited to 'src/gui/selldialog.h')
-rw-r--r-- | src/gui/selldialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/selldialog.h b/src/gui/selldialog.h index 2edfd07cc..d77ad689c 100644 --- a/src/gui/selldialog.h +++ b/src/gui/selldialog.h @@ -31,13 +31,13 @@ #include <SDL_types.h> class Item; +class Label; class ShopItems; class ShopListBox; namespace gcn { class Button; - class Label; class ScrollArea; class Slider; } @@ -137,8 +137,8 @@ class SellDialog final : public Window, gcn::Button *mDecreaseButton; ShopListBox *mShopItemList; gcn::ScrollArea *mScrollArea; - gcn::Label *mMoneyLabel; - gcn::Label *mQuantityLabel; + Label *mMoneyLabel; + Label *mQuantityLabel; gcn::Slider *mSlider; ShopItems *mShopItems; |