From db461ee046e63b7148174c40e05de76c5d7be31a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 14 Oct 2012 19:48:40 +0300 Subject: Replace gcn::Button to Button in all classes. --- src/gui/okdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/okdialog.cpp') diff --git a/src/gui/okdialog.cpp b/src/gui/okdialog.cpp index 38174c9bd..22ae9d41a 100644 --- a/src/gui/okdialog.cpp +++ b/src/gui/okdialog.cpp @@ -46,7 +46,7 @@ OkDialog::OkDialog(const std::string &title, const std::string &msg, mTextBox->setOpaque(false); mTextBox->setTextWrapped(msg, 260); - gcn::Button *const okButton = new Button(_("OK"), "ok", this); + Button *const okButton = new Button(_("OK"), "ok", this); const int numRows = mTextBox->getNumberOfRows(); const int fontHeight = getFont()->getHeight(); -- cgit v1.2.3-70-g09d2