From 04913ce7a46fd027856e83a96205fdc388742a19 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 23 May 2024 14:04:45 +0900 Subject: Rename ntqobject*.h and qobject*.cpp to tqobject* Signed-off-by: Michele Calgaro --- doc/html/qaxserver-example-simple.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/qaxserver-example-simple.html') diff --git a/doc/html/qaxserver-example-simple.html b/doc/html/qaxserver-example-simple.html index 57e7c1d7a..1547ce29f 100644 --- a/doc/html/qaxserver-example-simple.html +++ b/doc/html/qaxserver-example-simple.html @@ -87,9 +87,9 @@ and TQAxBindable::propertyChanged if ( !requestPropertyChange( "text" ) ) return; - edit->blockSignals( TRUE ); + edit->blockSignals( TRUE ); edit->setText( string ); - edit->blockSignals( FALSE ); + edit->blockSignals( FALSE ); emit someSignal(); emit textChanged( string ); @@ -104,9 +104,9 @@ and TQAxBindable::propertyChanged { if ( !requestPropertyChange( "value" ) ) return; - slider->blockSignals( TRUE ); + slider->blockSignals( TRUE ); slider->setValue( i ); - slider->blockSignals( FALSE ); + slider->blockSignals( FALSE ); LCD->display( i ); emit valueChanged( i ); -- cgit v1.2.3