Replaced various '#define' with actual strings - part 4

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/20/head
Michele Calgaro 5 months ago
parent dd1d051b9f
commit f96a49ac58
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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:

Loading…
Cancel
Save