summaryrefslogtreecommitdiffstats
path: root/khexedit/lib
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-12 18:48:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-18 11:25:20 +0900
commit2c7c646af5349a9a68c2f129fda7af338855ba85 (patch)
tree36853a1916641351a322dd78de1aaa787c70601c /khexedit/lib
parent16b9b38e0267f80b68a78d861d111ca182551d5c (diff)
downloadtdeutils-2c7c646af5349a9a68c2f129fda7af338855ba85.tar.gz
tdeutils-2c7c646af5349a9a68c2f129fda7af338855ba85.zip
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'khexedit/lib')
-rw-r--r--khexedit/lib/khexedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/lib/khexedit.cpp b/khexedit/lib/khexedit.cpp
index 4873fa3..dd34e1e 100644
--- a/khexedit/lib/khexedit.cpp
+++ b/khexedit/lib/khexedit.cpp
@@ -1178,7 +1178,7 @@ void KHexEdit::showEvent( TQShowEvent *e )
bool KHexEdit::eventFilter( TQObject *O, TQEvent *E )
{
- if( TQT_BASE_OBJECT(O) == TQT_BASE_OBJECT(this) || TQT_BASE_OBJECT(O) == TQT_BASE_OBJECT(viewport()) )
+ if( O == this || O == viewport() )
{
if( E->type() == TQEvent::FocusIn )
{