summaryrefslogtreecommitdiffstats
path: root/konversation/src/ircinput.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/ircinput.cpp')
-rw-r--r--konversation/src/ircinput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konversation/src/ircinput.cpp b/konversation/src/ircinput.cpp
index 3558d5f..1374e27 100644
--- a/konversation/src/ircinput.cpp
+++ b/konversation/src/ircinput.cpp
@@ -199,7 +199,7 @@ bool IRCInput::eventFilter(TQObject *object,TQEvent *event)
{
if (event->type() == TQEvent::KeyPress)
{
- TQKeyEvent* ke = TQT_TQKEYEVENT(event);
+ TQKeyEvent* ke = static_cast<TQKeyEvent*>(event);
// Allow tab to be handled naturally by the widget.
// Once it runs out of links it goes to the next control.