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/setup_joystick.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/setup_joystick.h') diff --git a/src/gui/setup_joystick.h b/src/gui/setup_joystick.h index ee63fcff6..cd80d51a0 100644 --- a/src/gui/setup_joystick.h +++ b/src/gui/setup_joystick.h @@ -28,13 +28,13 @@ #include class DropDown; +class Label; class NamesModel; namespace gcn { class Button; class CheckBox; - class Label; } class Setup_Joystick final : public SetupTab @@ -55,7 +55,7 @@ class Setup_Joystick final : public SetupTab void setTempEnabled(const bool sel); private: - gcn::Label *mCalibrateLabel; + Label *mCalibrateLabel; gcn::Button *mCalibrateButton; bool mOriginalJoystickEnabled; gcn::CheckBox *mJoystickEnabled; -- cgit v1.2.3-70-g09d2