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/updaterwindow.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/gui/updaterwindow.h') diff --git a/src/gui/updaterwindow.h b/src/gui/updaterwindow.h index 9f7134e6e..111a01f5c 100644 --- a/src/gui/updaterwindow.h +++ b/src/gui/updaterwindow.h @@ -38,15 +38,11 @@ class BrowserBox; class Button; +class Label; class ProgressBar; class ResourceManager; class ScrollArea; -namespace gcn -{ - class Label; -} - struct updateFile final { public: @@ -231,7 +227,7 @@ private: int mUpdateType; - gcn::Label *mLabel; /**< Progress bar caption. */ + Label *mLabel; /**< Progress bar caption. */ Button *mCancelButton; /**< Button to stop the update process. */ Button *mPlayButton; /**< Button to start playing. */ ProgressBar *mProgressBar; /**< Update progress bar. */ -- cgit v1.2.3-60-g2f50