diff options
Diffstat (limited to 'src/gui/statuswindow.h')
-rw-r--r-- | src/gui/statuswindow.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/gui/statuswindow.h b/src/gui/statuswindow.h index 8f74951eb..7c3c2d564 100644 --- a/src/gui/statuswindow.h +++ b/src/gui/statuswindow.h @@ -32,16 +32,12 @@ #include <map> class AttrDisplay; +class Button; class Label; class ProgressBar; class ScrollArea; class VertContainer; -namespace gcn -{ - class Button; -} - /** * The player status dialog. * @@ -118,7 +114,7 @@ class StatusWindow final : public Window, Label *mCharacterPointsLabel; Label *mCorrectionPointsLabel; - gcn::Button *mCopyButton; + Button *mCopyButton; typedef std::map<int, AttrDisplay*> Attrs; Attrs mAttrs; |