diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-03-22 01:44:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-03-22 01:44:36 +0300 |
commit | 2925b20acb9f70d032cd5981687642a770778c53 (patch) | |
tree | e9dd3bd137dd359b8a0845487520ac28f5e3bdb7 /src/gui/chatwindow.h | |
parent | ab0b6df9f69a736f79d2233508d8aa88b8e11800 (diff) | |
download | plus-2925b20acb9f70d032cd5981687642a770778c53.tar.gz plus-2925b20acb9f70d032cd5981687642a770778c53.tar.bz2 plus-2925b20acb9f70d032cd5981687642a770778c53.tar.xz plus-2925b20acb9f70d032cd5981687642a770778c53.zip |
Rename object event to depricatedevent because current implimentation very
bad and must be replaced with better implimentation.
Diffstat (limited to 'src/gui/chatwindow.h')
-rw-r--r-- | src/gui/chatwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/chatwindow.h b/src/gui/chatwindow.h index b3dce33fc..aa56237a2 100644 --- a/src/gui/chatwindow.h +++ b/src/gui/chatwindow.h @@ -190,7 +190,7 @@ class ChatWindow : public Window, */ void mousePressed(gcn::MouseEvent &event); - void processEvent(Channels channel, const Event &event); + void processEvent(Channels channel, const DepricatedEvent &event); /** * Scrolls the chat window |