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/npcdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/npcdialog.cpp') diff --git a/src/gui/npcdialog.cpp b/src/gui/npcdialog.cpp index a8f61a1a..bb508184 100644 --- a/src/gui/npcdialog.cpp +++ b/src/gui/npcdialog.cpp @@ -23,7 +23,7 @@ #include "configuration.h" #include "event.h" -#include "listener.h" +#include "eventlistener.h" #include "playerinfo.h" #include "gui/npcpostdialog.h" @@ -52,7 +52,7 @@ typedef std::map NpcDialogs; -class NpcEventListener : public Listener +class NpcEventListener : public EventListener { public: void event(Event::Channel channel, const Event &event); -- cgit v1.2.3-70-g09d2