summaryrefslogtreecommitdiff
path: root/src/net/tmwa/inventoryhandler.h
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/net/tmwa/inventoryhandler.h
parent404d3f7f2f9aa455bea423a6a00025df23cd6687 (diff)
downloadMana-72d83cf5ae523f16fd5313c20f711f6030350d05.tar.gz
Mana-72d83cf5ae523f16fd5313c20f711f6030350d05.tar.bz2
Mana-72d83cf5ae523f16fd5313c20f711f6030350d05.tar.xz
Mana-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/net/tmwa/inventoryhandler.h')
-rw-r--r--src/net/tmwa/inventoryhandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/tmwa/inventoryhandler.h b/src/net/tmwa/inventoryhandler.h
index afbdd7b4..783b225d 100644
--- a/src/net/tmwa/inventoryhandler.h
+++ b/src/net/tmwa/inventoryhandler.h
@@ -24,7 +24,7 @@
#include "equipment.h"
#include "inventory.h"
-#include "listener.h"
+#include "eventlistener.h"
#include "playerinfo.h"
#include "gui/inventorywindow.h"
@@ -119,7 +119,7 @@ class InventoryItem
typedef std::list<InventoryItem> InventoryItems;
class InventoryHandler : public MessageHandler, public Net::InventoryHandler,
- public Listener
+ public EventListener
{
public:
enum {