diff options
Diffstat (limited to 'src/gui/statuswindow.h')
-rw-r--r-- | src/gui/statuswindow.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/gui/statuswindow.h b/src/gui/statuswindow.h index 103111a7..9120d978 100644 --- a/src/gui/statuswindow.h +++ b/src/gui/statuswindow.h @@ -22,7 +22,7 @@ #ifndef STATUS_H #define STATUS_H -#include "listener.h" +#include "eventlistener.h" #include "gui/widgets/window.h" @@ -40,15 +40,12 @@ class VertContainer; * * \ingroup Interface */ -class StatusWindow : public Window, public Mana::Listener +class StatusWindow : public Window, public EventListener { public: - /** - * Constructor. - */ StatusWindow(); - void event(Channels channel, const Mana::Event &event); + void event(Event::Channel channel, const Event &event); void updateAttrs(); |