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/unregisterdialog.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/unregisterdialog.h') diff --git a/src/gui/unregisterdialog.h b/src/gui/unregisterdialog.h index fc16909b7..5d583a07b 100644 --- a/src/gui/unregisterdialog.h +++ b/src/gui/unregisterdialog.h @@ -27,13 +27,13 @@ #include +class Button; class LoginData; class OkDialog; class WrongDataNoticeListener; namespace gcn { - class Button; class TextField; } @@ -66,8 +66,8 @@ class UnRegisterDialog final : public Window, public gcn::ActionListener gcn::TextField *mPasswordField; - gcn::Button *mUnRegisterButton; - gcn::Button *mCancelButton; + Button *mUnRegisterButton; + Button *mCancelButton; WrongDataNoticeListener *mWrongDataNoticeListener; }; -- cgit v1.2.3-70-g09d2