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 e01d1d98e..ebfb00df1 100644
--- a/twin/clients/test/test.cpp
+++ b/twin/clients/test/test.cpp
@@ -100,7 +100,7 @@ TQSize Decoration::minimumSize() const
bool Decoration::eventFilter( TQObject* o, TQEvent* e )
{
- if( TQT_BASE_OBJECT(o) == TQT_BASE_OBJECT(widget()))
+ if( o == widget())
{
switch( e->type())
{