From db461ee046e63b7148174c40e05de76c5d7be31a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 14 Oct 2012 19:48:40 +0300 Subject: Replace gcn::Button to Button in all classes. --- src/gui/shopwindow.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/gui/shopwindow.h') diff --git a/src/gui/shopwindow.h b/src/gui/shopwindow.h index 7474a1be2..123c8655a 100644 --- a/src/gui/shopwindow.h +++ b/src/gui/shopwindow.h @@ -28,6 +28,7 @@ #include #include +class Button; class CheckBox; class Item; class Label; @@ -38,7 +39,6 @@ class ShopListBox; namespace gcn { - class Button; class CheckBox; class ScrollArea; } @@ -145,7 +145,7 @@ class ShopWindow final : public Window, public gcn::ActionListener, typedef std::list DialogList; static DialogList instances; - gcn::Button *mCloseButton; + Button *mCloseButton; ShopItems *mBuyShopItems; ShopItems *mSellShopItems; @@ -156,14 +156,14 @@ class ShopWindow final : public Window, public gcn::ActionListener, gcn::ScrollArea *mSellScrollArea; Label *mBuyLabel; Label *mSellLabel; - gcn::Button *mBuyAddButton; - gcn::Button *mBuyDeleteButton; - gcn::Button *mBuyAnnounceButton; - gcn::Button *mBuyAuctionButton; - gcn::Button *mSellAddButton; - gcn::Button *mSellDeleteButton; - gcn::Button *mSellAnnounceButton; - gcn::Button *mSellAuctionButton; + Button *mBuyAddButton; + Button *mBuyDeleteButton; + Button *mBuyAnnounceButton; + Button *mBuyAuctionButton; + Button *mSellAddButton; + Button *mSellDeleteButton; + Button *mSellAnnounceButton; + Button *mSellAuctionButton; gcn::CheckBox *mAnnounceLinks; int mSelectedItem; -- cgit v1.2.3-60-g2f50