summaryrefslogtreecommitdiff
path: root/src/gui/worldselectdialog.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-10-15 17:39:57 +0300
committerAndrei Karas <akaras@inbox.ru>2012-10-15 17:39:57 +0300
commit5658a770c18b99807e4a598e7dc70ea3f765ba81 (patch)
treef61a418fa237f82004a99a03b85a2e80ab01bd8f /src/gui/worldselectdialog.h
parentb2b348d4baf2891fd82635e068a4f64d2694ba6d (diff)
downloadplus-5658a770c18b99807e4a598e7dc70ea3f765ba81.tar.gz
plus-5658a770c18b99807e4a598e7dc70ea3f765ba81.tar.bz2
plus-5658a770c18b99807e4a598e7dc70ea3f765ba81.tar.xz
plus-5658a770c18b99807e4a598e7dc70ea3f765ba81.zip
Override some methods in guichan listbox.
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;
};