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/statuswindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/statuswindow.h') diff --git a/src/gui/statuswindow.h b/src/gui/statuswindow.h index d52dbd72..53bc05cf 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,7 +40,7 @@ class VertContainer; * * \ingroup Interface */ -class StatusWindow : public Window, public Listener +class StatusWindow : public Window, public EventListener { public: /** -- cgit v1.2.3-70-g09d2