diff options
Diffstat (limited to 'twin/geometry.cpp')
-rw-r--r-- | twin/geometry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/geometry.cpp b/twin/geometry.cpp index 562e3cda0..2f9988e6b 100644 --- a/twin/geometry.cpp +++ b/twin/geometry.cpp @@ -2288,7 +2288,7 @@ class EatAllPaintEvents { protected: virtual bool eventFilter( TQObject* o, TQEvent* e ) - { return e->type() == TQEvent::Paint && TQT_BASE_OBJECT(o) != TQT_BASE_OBJECT(geometryTip); } + { return e->type() == TQEvent::Paint && o != geometryTip; } }; static EatAllPaintEvents* eater = 0; |