summaryrefslogtreecommitdiff
path: root/src/gui/killstats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/killstats.cpp')
-rw-r--r--src/gui/killstats.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/killstats.cpp b/src/gui/killstats.cpp
index e563b8c7c..9fcc64ad3 100644
--- a/src/gui/killstats.cpp
+++ b/src/gui/killstats.cpp
@@ -32,7 +32,7 @@
#include "gui/chatwindow.h"
#include "actorspritemanager.h"
-#include "event.h"
+#include "depricatedevent.h"
#include "localplayer.h"
#include "playerinfo.h"
@@ -438,7 +438,7 @@ void KillStats::validateJacko()
}
void KillStats::processEvent(Channels channel A_UNUSED,
- const Event &event)
+ const DepricatedEvent &event)
{
if (event.getName() == EVENT_UPDATEATTRIBUTE)
{