summaryrefslogtreecommitdiffstats
path: root/lib/koproperty/widget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/koproperty/widget.cpp')
-rw-r--r--lib/koproperty/widget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/koproperty/widget.cpp b/lib/koproperty/widget.cpp
index 1e1593db..99724979 100644
--- a/lib/koproperty/widget.cpp
+++ b/lib/koproperty/widget.cpp
@@ -109,7 +109,7 @@ Widget::eventFilter(TQObject*, TQEvent* e)
{
if(e->type() == TQEvent::KeyPress)
{
- TQKeyEvent* ev = TQT_TQKEYEVENT(e);
+ TQKeyEvent* ev = static_cast<TQKeyEvent*>(e);
if(ev->key() == Key_Escape)
{
emit rejectInput(this);