summaryrefslogtreecommitdiff
path: root/src/gui/statuswindow.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-09-09 19:59:09 +0300
committerAndrei Karas <akaras@inbox.ru>2011-09-09 19:59:09 +0300
commit3a875a0026936d4bcb3bd1c2b6e8ac547cd5e27e (patch)
tree8e3e4b0a68f7c2592caae03f16e17cf240400116 /src/gui/statuswindow.cpp
parent4484b433abc8f07bcf7d4d22fd946e00b66b078d (diff)
downloadplus-3a875a0026936d4bcb3bd1c2b6e8ac547cd5e27e.tar.gz
plus-3a875a0026936d4bcb3bd1c2b6e8ac547cd5e27e.tar.bz2
plus-3a875a0026936d4bcb3bd1c2b6e8ac547cd5e27e.tar.xz
plus-3a875a0026936d4bcb3bd1c2b6e8ac547cd5e27e.zip
Rename in listner class method from event to processEvent.
Diffstat (limited to 'src/gui/statuswindow.cpp')
-rw-r--r--src/gui/statuswindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/statuswindow.cpp b/src/gui/statuswindow.cpp
index a85f60133..97130b103 100644
--- a/src/gui/statuswindow.cpp
+++ b/src/gui/statuswindow.cpp
@@ -276,8 +276,8 @@ StatusWindow::StatusWindow():
mLvlLabel->adjustSize();
}
-void StatusWindow::event(Mana::Channels channel A_UNUSED,
- const Mana::Event &event)
+void StatusWindow::processEvent(Mana::Channels channel A_UNUSED,
+ const Mana::Event &event)
{
static bool blocked = false;
if (blocked)