summaryrefslogtreecommitdiff
path: root/src/gui/worldselectdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/worldselectdialog.h')
-rw-r--r--src/gui/worldselectdialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/worldselectdialog.h b/src/gui/worldselectdialog.h
index f2badfaf1..fb405616f 100644
--- a/src/gui/worldselectdialog.h
+++ b/src/gui/worldselectdialog.h
@@ -33,12 +33,12 @@
#include <vector>
+class Button;
class LoginData;
class WorldListModel;
namespace gcn
{
- class Button;
class ListBox;
}
@@ -75,8 +75,8 @@ class WorldSelectDialog final : public Window, public gcn::ActionListener,
private:
WorldListModel *mWorldListModel;
gcn::ListBox *mWorldList;
- gcn::Button *mChangeLoginButton;
- gcn::Button *mChooseWorld;
+ Button *mChangeLoginButton;
+ Button *mChooseWorld;
};
#endif // WORLD_SELECT_DIALOG_H