summaryrefslogtreecommitdiff
path: root/src/gui/gui.cpp
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-04-09 00:25:41 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-04-09 17:54:13 +0200
commit72d83cf5ae523f16fd5313c20f711f6030350d05 (patch)
tree11e737b42871df8c8be5c819dd29613dade27938 /src/gui/gui.cpp
parent404d3f7f2f9aa455bea423a6a00025df23cd6687 (diff)
downloadmana-client-72d83cf5ae523f16fd5313c20f711f6030350d05.tar.gz
mana-client-72d83cf5ae523f16fd5313c20f711f6030350d05.tar.bz2
mana-client-72d83cf5ae523f16fd5313c20f711f6030350d05.tar.xz
mana-client-72d83cf5ae523f16fd5313c20f711f6030350d05.zip
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
Diffstat (limited to 'src/gui/gui.cpp')
-rw-r--r--src/gui/gui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp
index 2aca60bf..d1c18ab2 100644
--- a/src/gui/gui.cpp
+++ b/src/gui/gui.cpp
@@ -30,7 +30,7 @@
#include "gui/widgets/windowcontainer.h"
#include "configuration.h"
-#include "listener.h"
+#include "eventlistener.h"
#include "graphics.h"
#include "log.h"
@@ -50,7 +50,7 @@ SDLInput *guiInput = 0;
// Bolded font
gcn::Font *boldFont = 0;
-class GuiConfigListener : public Listener
+class GuiConfigListener : public EventListener
{
public:
GuiConfigListener(Gui *g):