summaryrefslogtreecommitdiff
path: root/src/gui/shopwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/shopwindow.h')
-rw-r--r--src/gui/shopwindow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/shopwindow.h b/src/gui/shopwindow.h
index 06787795a..7474a1be2 100644
--- a/src/gui/shopwindow.h
+++ b/src/gui/shopwindow.h
@@ -30,6 +30,7 @@
class CheckBox;
class Item;
+class Label;
class ListBox;
class ShopItem;
class ShopItems;
@@ -39,7 +40,6 @@ namespace gcn
{
class Button;
class CheckBox;
- class Label;
class ScrollArea;
}
@@ -154,8 +154,8 @@ class ShopWindow final : public Window, public gcn::ActionListener,
ShopListBox *mSellShopItemList;
gcn::ScrollArea *mBuyScrollArea;
gcn::ScrollArea *mSellScrollArea;
- gcn::Label *mBuyLabel;
- gcn::Label *mSellLabel;
+ Label *mBuyLabel;
+ Label *mSellLabel;
gcn::Button *mBuyAddButton;
gcn::Button *mBuyDeleteButton;
gcn::Button *mBuyAnnounceButton;