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/inventorywindow.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/gui/inventorywindow.h') diff --git a/src/gui/inventorywindow.h b/src/gui/inventorywindow.h index 39969364d..3951958b5 100644 --- a/src/gui/inventorywindow.h +++ b/src/gui/inventorywindow.h @@ -35,6 +35,7 @@ #include #include +class Button; class DropDown; class Item; class ItemContainer; @@ -46,7 +47,6 @@ class TextField; namespace gcn { - class Button; class Label; } @@ -165,15 +165,15 @@ class InventoryWindow final : public Window, std::string mWeight, mSlots; - gcn::Button *mUseButton; - gcn::Button *mDropButton; - gcn::Button *mSplitButton; - gcn::Button *mOutfitButton; - gcn::Button *mShopButton; - gcn::Button *mEquipmentButton; - gcn::Button *mStoreButton; - gcn::Button *mRetrieveButton; - gcn::Button *mCloseButton; + Button *mUseButton; + Button *mDropButton; + Button *mSplitButton; + Button *mOutfitButton; + Button *mShopButton; + Button *mEquipmentButton; + Button *mStoreButton; + Button *mRetrieveButton; + Button *mCloseButton; ProgressBar *mWeightBar; ProgressBar *mSlotsBar; -- cgit v1.2.3-70-g09d2