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/buyselldialog.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/gui/buyselldialog.h') diff --git a/src/gui/buyselldialog.h b/src/gui/buyselldialog.h index 1eb6d34f4..08a948145 100644 --- a/src/gui/buyselldialog.h +++ b/src/gui/buyselldialog.h @@ -27,10 +27,7 @@ #include -namespace gcn -{ - class Button; -} +class Button; /** * A dialog to choose between buying or selling at a shop. @@ -80,7 +77,7 @@ class BuySellDialog final : public Window, public gcn::ActionListener int mNpcId; std::string mNick; - gcn::Button *mBuyButton; + Button *mBuyButton; }; #endif -- cgit v1.2.3-60-g2f50