summaryrefslogtreecommitdiff
path: root/src/gui/buyselldialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/buyselldialog.cpp')
-rw-r--r--src/gui/buyselldialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/buyselldialog.cpp b/src/gui/buyselldialog.cpp
index e0cdf2f31..f0f65fb94 100644
--- a/src/gui/buyselldialog.cpp
+++ b/src/gui/buyselldialog.cpp
@@ -36,7 +36,7 @@ BuySellDialog::DialogList BuySellDialog::instances;
BuySellDialog::BuySellDialog(const int npcId) :
Window(_("Shop"), false, nullptr, "buysell.xml"),
- ActionListener(),
+ gcn::ActionListener(),
mNpcId(npcId),
mNick(""),
mBuyButton(nullptr)
@@ -46,7 +46,7 @@ BuySellDialog::BuySellDialog(const int npcId) :
BuySellDialog::BuySellDialog(std::string nick) :
Window(_("Shop"), false, nullptr, "buysell.xml"),
- ActionListener(),
+ gcn::ActionListener(),
mNpcId(-1),
mNick(nick),
mBuyButton(nullptr)