diff options
Diffstat (limited to 'twin-styles/smooth-blend/client/smoothblend.cpp')
-rw-r--r-- | twin-styles/smooth-blend/client/smoothblend.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin-styles/smooth-blend/client/smoothblend.cpp b/twin-styles/smooth-blend/client/smoothblend.cpp index 31b23deb..004a4264 100644 --- a/twin-styles/smooth-blend/client/smoothblend.cpp +++ b/twin-styles/smooth-blend/client/smoothblend.cpp @@ -1042,7 +1042,7 @@ KDecoration::Position smoothblendClient::mousePosition(const TQPoint &point) con // Event filter bool smoothblendClient::eventFilter(TQObject *obj, TQEvent *e) { - if (TQT_BASE_OBJECT(obj) != TQT_BASE_OBJECT(widget())) + if (obj != widget()) return false; switch (e->type()) { |