summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-26 02:19:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-26 17:26:36 +0900
commitb29b77fba03a4d0b43928e583373252703f3d19c (patch)
treeea3df6258d96e4e1f840f84045f3cc004d081dc3
parent700314549eb463a1a193ba9f840a66466b8bfdc8 (diff)
downloadbasket-b29b77fba03a4d0b43928e583373252703f3d19c.tar.gz
basket-b29b77fba03a4d0b43928e583373252703f3d19c.zip
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f96a49ac585eae4bc960a7f722c95d58efd17699)
-rw-r--r--src/qeffects.cpp4
1 files 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<TQScrollView*>(o) )
+ if ( ::tqt_cast<TQScrollView*>(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<TQScrollView*>(o) )
+ if ( ::tqt_cast<TQScrollView*>(o) )
break;
#endif
case TQEvent::MouseButtonDblClick: