From 2925b20acb9f70d032cd5981687642a770778c53 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 22 Mar 2012 01:44:36 +0300 Subject: Rename object event to depricatedevent because current implimentation very bad and must be replaced with better implimentation. --- src/gui/statuswindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/statuswindow.cpp') diff --git a/src/gui/statuswindow.cpp b/src/gui/statuswindow.cpp index 1964b974d..b1dade7d0 100644 --- a/src/gui/statuswindow.cpp +++ b/src/gui/statuswindow.cpp @@ -24,7 +24,7 @@ #include "chatwindow.h" #include "configuration.h" -#include "event.h" +#include "depricatedevent.h" #include "equipment.h" #include "inventory.h" #include "item.h" @@ -284,7 +284,7 @@ StatusWindow::StatusWindow(): } void StatusWindow::processEvent(Channels channel A_UNUSED, - const Event &event) + const DepricatedEvent &event) { static bool blocked = false; if (blocked) -- cgit v1.2.3-60-g2f50