summaryrefslogtreecommitdiff
path: root/src/gui/botcheckerwindow.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/botcheckerwindow.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/botcheckerwindow.h')
-rw-r--r--src/gui/botcheckerwindow.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/gui/botcheckerwindow.h b/src/gui/botcheckerwindow.h
index 0d93cc14c..2dc9edd38 100644
--- a/src/gui/botcheckerwindow.h
+++ b/src/gui/botcheckerwindow.h
@@ -37,16 +37,12 @@ struct BOTCHK final
short lv, sp;
};
+class Button;
class GuiTable;
class ScrollArea;
class UsersTableModel;
class StaticTableModel;
-namespace gcn
-{
- class Button;
-}
-
class BotCheckerWindow final : public Window,
public gcn::ActionListener,
public ConfigListener
@@ -84,7 +80,7 @@ class BotCheckerWindow final : public Window,
ScrollArea *playersScrollArea;
StaticTableModel *mPlayerTableTitleModel;
GuiTable *mPlayerTitleTable;
- gcn::Button *mIncButton;
+ Button *mIncButton;
int mLastUpdateTime;
bool mNeedUpdate;
bool mEnabled;