summaryrefslogtreecommitdiff
path: root/src/gui/setup_players.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/setup_players.h')
-rw-r--r--src/gui/setup_players.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui/setup_players.h b/src/gui/setup_players.h
index 2c6ccc82..b04023ab 100644
--- a/src/gui/setup_players.h
+++ b/src/gui/setup_players.h
@@ -27,7 +27,6 @@
#include "scrollarea.h"
#include "button.h"
#include "table.h"
-#include "popup_box.h"
#include <guichan/actionlistener.hpp>
#include "../guichanfwd.h"
@@ -52,7 +51,6 @@ public:
virtual void updatedPlayer(const std::string &name);
private:
-
StaticTableModel *mPlayerTableTitleModel;
PlayerTableModel *mPlayerTableModel;
GuiTable *mPlayerTable;
@@ -64,7 +62,7 @@ private:
gcn::CheckBox *mDefaultWhisper;
Button *mDeleteButton;
- PopupBox *mIgnoreActionChoicesBox;
+ gcn::DropDown *mIgnoreActionChoicesBox;
};
#endif