summaryrefslogtreecommitdiffstats
path: root/twin-styles/icewm/icewm.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-12 18:46:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-15 20:10:15 +0900
commitc33805f103e4f107399ae155b5ee6aacd3a7d58c (patch)
treee2f88bebd7263be65783840a10cfee63acc5a8f2 /twin-styles/icewm/icewm.cpp
parent2b61be696c96185200305fd17527484babef2cde (diff)
downloadtdeartwork-c33805f103e4f107399ae155b5ee6aacd3a7d58c.tar.gz
tdeartwork-c33805f103e4f107399ae155b5ee6aacd3a7d58c.zip
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 239865cbb53b0559ef17402ad8bc0aee0b5e9765)
Diffstat (limited to 'twin-styles/icewm/icewm.cpp')
-rw-r--r--twin-styles/icewm/icewm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin-styles/icewm/icewm.cpp b/twin-styles/icewm/icewm.cpp
index 990ce1dc..324a736a 100644
--- a/twin-styles/icewm/icewm.cpp
+++ b/twin-styles/icewm/icewm.cpp
@@ -1664,7 +1664,7 @@ void IceWMClient::menuButtonReleased()
bool IceWMClient::eventFilter( TQObject* o, TQEvent* e )
{
- if( TQT_BASE_OBJECT(o) != TQT_BASE_OBJECT(widget()))
+ if( o != widget())
return false;
switch( e->type())
{