summaryrefslogtreecommitdiff
path: root/src/gui/buysell.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-28 10:48:44 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-28 10:48:44 +0000
commit33bcf31d8eb5c7712e8a9d0b31489186a5c68521 (patch)
tree67e08d0e5ef4c40caee79e97402a43b2a4a9bca7 /src/gui/buysell.h
parent4542a711526bfcd09184436eda440b10bb92fbed (diff)
downloadMana-33bcf31d8eb5c7712e8a9d0b31489186a5c68521.tar.gz
Mana-33bcf31d8eb5c7712e8a9d0b31489186a5c68521.tar.bz2
Mana-33bcf31d8eb5c7712e8a9d0b31489186a5c68521.tar.xz
Mana-33bcf31d8eb5c7712e8a9d0b31489186a5c68521.zip
Renamed stats dialog to status dialog, which it is and to make room for the
real stats dialog that is currently called the skill dialog.
Diffstat (limited to 'src/gui/buysell.h')
-rw-r--r--src/gui/buysell.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gui/buysell.h b/src/gui/buysell.h
index fb03cc9e..5289f649 100644
--- a/src/gui/buysell.h
+++ b/src/gui/buysell.h
@@ -32,7 +32,7 @@
*
* \ingroup GUI
*/
-class BuySellDialog : public Window, public gcn::ActionListener {
+class BuySellDialog : public Window {
public:
/**
* Constructor. The action listener passed will receive "sell", "buy"
@@ -47,11 +47,6 @@ class BuySellDialog : public Window, public gcn::ActionListener {
*/
~BuySellDialog();
- /**
- * Called when receiving actions from the widgets.
- */
- void action(const std::string& eventId);
-
private:
gcn::Button *buyButton;
gcn::Button *sellButton;