summaryrefslogtreecommitdiffstats
path: root/scheck/scheck.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scheck/scheck.cpp')
-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 );
}