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/connectiondialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/connectiondialog.cpp') diff --git a/src/gui/connectiondialog.cpp b/src/gui/connectiondialog.cpp index 9e4163839..9a5beb725 100644 --- a/src/gui/connectiondialog.cpp +++ b/src/gui/connectiondialog.cpp @@ -44,7 +44,7 @@ ConnectionDialog::ConnectionDialog(const std::string &text, setMinWidth(0); ProgressIndicator *const progressIndicator = new ProgressIndicator; - gcn::Label *const label = new Label(text); + Label *const label = new Label(text); Button *const cancelButton = new Button(_("Cancel"), "cancelButton", this); place(0, 0, progressIndicator); -- cgit v1.2.3-70-g09d2