From 10badd2c0e099c7611f6d23b3973e54f210bc172 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 19 Oct 2012 15:15:19 +0300 Subject: Fix namespace conflicts. --- src/gui/buydialog.h | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'src/gui/buydialog.h') diff --git a/src/gui/buydialog.h b/src/gui/buydialog.h index fdfb90f48..f00672042 100644 --- a/src/gui/buydialog.h +++ b/src/gui/buydialog.h @@ -34,12 +34,8 @@ class ShopListBox; class IntTextField; class Label; class ListBox; - -namespace gcn -{ - class ScrollArea; - class Slider; -} +class ScrollArea; +class Slider; /** * The buy dialog. @@ -135,10 +131,10 @@ class BuyDialog final : public Window, public gcn::ActionListener, Button *mIncreaseButton; Button *mDecreaseButton; ShopListBox *mShopItemList; - gcn::ScrollArea *mScrollArea; + ScrollArea *mScrollArea; Label *mMoneyLabel; Label *mQuantityLabel; - gcn::Slider *mSlider; + Slider *mSlider; Label *mAmountLabel; IntTextField *mAmountField; -- cgit v1.2.3-60-g2f50