summaryrefslogtreecommitdiff
path: root/src/gui/spellpopup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/spellpopup.h')
-rw-r--r--src/gui/spellpopup.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/gui/spellpopup.h b/src/gui/spellpopup.h
index 51e43d0d5..7e11ba53a 100644
--- a/src/gui/spellpopup.h
+++ b/src/gui/spellpopup.h
@@ -30,13 +30,9 @@
#include <guichan/mouselistener.hpp>
+class Label;
class TextBox;
-namespace gcn
-{
- class Label;
-}
-
/**
* A popup that displays information about an item.
*/
@@ -68,9 +64,9 @@ class SpellPopup final : public Popup
void mouseMoved(gcn::MouseEvent &mouseEvent) override;
private:
- gcn::Label *mItemName;
+ Label *mItemName;
- gcn::Label *mItemComment;
+ Label *mItemComment;
};
#endif // SPELLPOPUP_H