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.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/gui/worldselectdialog.h b/src/gui/worldselectdialog.h
index ce238cb0e..33e588311 100644
--- a/src/gui/worldselectdialog.h
+++ b/src/gui/worldselectdialog.h
@@ -34,14 +34,10 @@
#include <vector>
class Button;
+class ListBox;
class LoginData;
class WorldListModel;
-namespace gcn
-{
- class ListBox;
-}
-
/**
* The server select dialog.
*
@@ -74,7 +70,7 @@ class WorldSelectDialog final : public Window, public gcn::ActionListener,
private:
WorldListModel *mWorldListModel;
- gcn::ListBox *mWorldList;
+ ListBox *mWorldList;
Button *mChangeLoginButton;
Button *mChooseWorld;
};