summaryrefslogtreecommitdiff
path: root/src/gui/setup_theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/setup_theme.h')
-rw-r--r--src/gui/setup_theme.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/setup_theme.h b/src/gui/setup_theme.h
index 31588c9c2..9754b7915 100644
--- a/src/gui/setup_theme.h
+++ b/src/gui/setup_theme.h
@@ -95,12 +95,12 @@ class Setup_Theme final : public SetupTab
FontSizeChoiceListModel *mFontSizeListModel;
Label *mFontSizeLabel;
int mFontSize;
- gcn::DropDown *mFontSizeDropDown;
+ DropDown *mFontSizeDropDown;
FontSizeChoiceListModel *mNpcFontSizeListModel;
Label *mNpcFontSizeLabel;
int mNpcFontSize;
- gcn::DropDown *mNpcFontSizeDropDown;
+ DropDown *mNpcFontSizeDropDown;
// EditDialog *mEditDialog;
};