summaryrefslogtreecommitdiffstats
path: root/scheck
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-12 18:48:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-17 17:50:17 +0900
commit3c1e2ceb3aac4f825a4774f05dc7316ac85b92f2 (patch)
tree98bb4b295d43f3038a42f2037fbded86bcc6d2a2 /scheck
parent80e5cf10adb1a307abe36a18d9e525b7ab6265ca (diff)
downloadtdesdk-3c1e2ceb.tar.gz
tdesdk-3c1e2ceb.zip
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2ceb4caa0bdb7828fdc87dca7b5a719279e23398)
Diffstat (limited to 'scheck')
-rw-r--r--scheck/scheck.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scheck/scheck.cpp b/scheck/scheck.cpp
index 9dc2fa4a..ee8a8331 100644
--- a/scheck/scheck.cpp
+++ b/scheck/scheck.cpp
@@ -2629,7 +2629,7 @@ bool StyleCheckStyle::objectEventHandler( const TQStyleControlElementData &ceDat
button->repaint( false );
}
else if ( (event->type() == TQEvent::Leave) &&
- (TQT_BASE_OBJECT(object) == TQT_BASE_OBJECT(hoverWidget)) ) {
+ (object == hoverWidget) ) {
hoverWidget = 0L;
button->repaint( false );
}