diff options
Diffstat (limited to 'src/gui/setup_relations.h')
-rw-r--r-- | src/gui/setup_relations.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/setup_relations.h b/src/gui/setup_relations.h index 8e83cf22c..83b72ba97 100644 --- a/src/gui/setup_relations.h +++ b/src/gui/setup_relations.h @@ -35,12 +35,12 @@ class DropDown; class EditDialog; class GuiTable; class PlayerTableModel; +class ScrollArea; class StaticTableModel; namespace gcn { class ListModel; - class ScrollArea; } class Setup_Relations final : public SetupTab, @@ -72,7 +72,7 @@ private: PlayerTableModel *mPlayerTableModel; GuiTable *mPlayerTable; GuiTable *mPlayerTitleTable; - gcn::ScrollArea *mPlayerScrollArea; + ScrollArea *mPlayerScrollArea; CheckBox *mDefaultTrading; CheckBox *mDefaultWhisper; |