From f96a49ac585eae4bc960a7f722c95d58efd17699 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 26 Nov 2023 02:19:12 +0900 Subject: [PATCH] Replaced various '#define' with actual strings - part 4 Signed-off-by: Michele Calgaro --- src/qeffects.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qeffects.cpp b/src/qeffects.cpp index 28fdb83..73dbf6a 100644 --- a/src/qeffects.cpp +++ b/src/qeffects.cpp @@ -151,7 +151,7 @@ bool TQAlphaWidget::eventFilter( TQObject* o, TQEvent* e ) break; case TQEvent::MouseButtonPress: #ifndef TQT_NO_SCROLLVIEW - if ( ::tqqt_cast(o) ) + if ( ::tqt_cast(o) ) break; #endif case TQEvent::MouseButtonDblClick: @@ -362,7 +362,7 @@ bool TQRollEffect::eventFilter( TQObject* o, TQEvent* e ) break; case TQEvent::MouseButtonPress: #ifndef TQT_NO_SCROLLVIEW - if ( ::tqqt_cast(o) ) + if ( ::tqt_cast(o) ) break; #endif case TQEvent::MouseButtonDblClick: