summaryrefslogtreecommitdiff
path: root/src/gui/inventorywindow.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-10-14 19:48:40 +0300
committerAndrei Karas <akaras@inbox.ru>2012-10-14 19:48:40 +0300
commitdb461ee046e63b7148174c40e05de76c5d7be31a (patch)
tree06e4386463e495b8e74e7dbc2bfea0da6c34413a /src/gui/inventorywindow.h
parent066488a6f4d086b57f4fe32e8799c207552cccb7 (diff)
downloadplus-db461ee046e63b7148174c40e05de76c5d7be31a.tar.gz
plus-db461ee046e63b7148174c40e05de76c5d7be31a.tar.bz2
plus-db461ee046e63b7148174c40e05de76c5d7be31a.tar.xz
plus-db461ee046e63b7148174c40e05de76c5d7be31a.zip
Replace gcn::Button to Button in all classes.
Diffstat (limited to 'src/gui/inventorywindow.h')
-rw-r--r--src/gui/inventorywindow.h20
1 files changed, 10 insertions, 10 deletions
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 <guichan/keylistener.hpp>
#include <guichan/selectionlistener.hpp>
+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;