diff options
Diffstat (limited to 'src/gui/shopwindow.h')
-rw-r--r-- | src/gui/shopwindow.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/src/gui/shopwindow.h b/src/gui/shopwindow.h index dbf102f85..b04a3a474 100644 --- a/src/gui/shopwindow.h +++ b/src/gui/shopwindow.h @@ -33,16 +33,11 @@ class CheckBox; class Item; class Label; class ListBox; +class ScrollArea; class ShopItem; class ShopItems; class ShopListBox; -namespace gcn -{ - class CheckBox; - class ScrollArea; -} - /** * The buy dialog. * @@ -152,8 +147,8 @@ class ShopWindow final : public Window, public gcn::ActionListener, ShopListBox *mBuyShopItemList; ShopListBox *mSellShopItemList; - gcn::ScrollArea *mBuyScrollArea; - gcn::ScrollArea *mSellScrollArea; + ScrollArea *mBuyScrollArea; + ScrollArea *mSellScrollArea; Label *mBuyLabel; Label *mSellLabel; Button *mBuyAddButton; |