diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-12 18:46:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-15 14:44:10 +0900 |
commit | 239865cbb53b0559ef17402ad8bc0aee0b5e9765 (patch) | |
tree | d6037faa3bc365d14e88d3370bdc94b793f712b9 /twin-styles/smooth-blend | |
parent | ec4cfb44347fe2148d2896ea7d85b811bac82577 (diff) | |
download | tdeartwork-239865cbb53b0559ef17402ad8bc0aee0b5e9765.tar.gz tdeartwork-239865cbb53b0559ef17402ad8bc0aee0b5e9765.zip |
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'twin-styles/smooth-blend')
-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()) { |