summaryrefslogtreecommitdiffstats
path: root/twin/clients/test/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin/clients/test/test.cpp')
-rw-r--r--twin/clients/test/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/clients/test/test.cpp b/twin/clients/test/test.cpp
index 4b38692d1..e306520d5 100644
--- a/twin/clients/test/test.cpp
+++ b/twin/clients/test/test.cpp
@@ -106,7 +106,7 @@ bool Decoration::eventFilter( TQObject* o, TQEvent* e )
{
case TQEvent::MouseButtonPress:
{ // FRAME
- processMousePressEvent( TQT_TQMOUSEEVENT( e ));
+ processMousePressEvent( static_cast<TQMouseEvent*>( e ));
return true;
}
case TQEvent::Show: