From 066488a6f4d086b57f4fe32e8799c207552cccb7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 14 Oct 2012 18:50:27 +0300 Subject: Add theming to labels. New theme file: label.xml Parameters: padding --- src/gui/spellpopup.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'src/gui/spellpopup.h') 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 +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 -- cgit v1.2.3-60-g2f50