diff options
Diffstat (limited to 'src/gui/selldialog.h')
-rw-r--r-- | src/gui/selldialog.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gui/selldialog.h b/src/gui/selldialog.h index d77ad689c..ec30c2d64 100644 --- a/src/gui/selldialog.h +++ b/src/gui/selldialog.h @@ -30,6 +30,7 @@ #include <SDL_types.h> +class Button; class Item; class Label; class ShopItems; @@ -37,7 +38,6 @@ class ShopListBox; namespace gcn { - class Button; class ScrollArea; class Slider; } @@ -130,11 +130,11 @@ class SellDialog final : public Window, int mNpcId; - gcn::Button *mSellButton; - gcn::Button *mQuitButton; - gcn::Button *mAddMaxButton; - gcn::Button *mIncreaseButton; - gcn::Button *mDecreaseButton; + Button *mSellButton; + Button *mQuitButton; + Button *mAddMaxButton; + Button *mIncreaseButton; + Button *mDecreaseButton; ShopListBox *mShopItemList; gcn::ScrollArea *mScrollArea; Label *mMoneyLabel; |