~ubuntu-branches/ubuntu/vivid/manaplus/vivid-proposed

« back to all changes in this revision

Viewing changes to src/gui/windows/buyselldialog.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi, Andrei Karas, Patrick Matthäi
  • Date: 2014-03-06 09:57:20 UTC
  • mfrom: (1.1.21)
  • Revision ID: package-import@ubuntu.com-20140306095720-wmv8yg5s180fcnmx
Tags: 1.4.3.1.1-1
[ Andrei Karas ]
* Remove guichan from dependency.

[ Patrick Matthäi ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#include "gui/widgets/window.h"
27
27
 
28
 
#include <guichan/actionlistener.hpp>
 
28
#include "listeners/actionlistener.h"
29
29
 
30
30
class Button;
31
31
 
34
34
 *
35
35
 * \ingroup Interface
36
36
 */
37
 
class BuySellDialog final : public Window, public gcn::ActionListener
 
37
class BuySellDialog final : public Window,
 
38
                            public ActionListener
38
39
{
39
40
    public:
40
41
        /**
58
59
        /**
59
60
         * Called when receiving actions from the widgets.
60
61
         */
61
 
        void action(const gcn::ActionEvent &event) override final;
 
62
        void action(const ActionEvent &event) override final;
62
63
 
63
64
        /**
64
65
         * Returns true if any instances exist.