From 72d83cf5ae523f16fd5313c20f711f6030350d05 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Sat, 9 Apr 2011 00:25:41 +0200 Subject: Renamed Listener to EventListener Makes it clear what kind of listener it is, since there are other listener classes as well. Acked-by: Jared Adams --- src/gui/chat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/chat.h') diff --git a/src/gui/chat.h b/src/gui/chat.h index bba3a477..b0d2bfa8 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -22,7 +22,7 @@ #ifndef CHAT_H #define CHAT_H -#include "listener.h" +#include "eventlistener.h" #include "gui/widgets/window.h" #include "gui/widgets/textfield.h" @@ -77,7 +77,7 @@ struct CHATLOG */ class ChatWindow : public Window, public gcn::ActionListener, - public Listener + public EventListener { public: /** -- cgit v1.2.3-70-g09d2