diff options
Diffstat (limited to 'doc/html/hello-example.html')
-rw-r--r-- | doc/html/hello-example.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/hello-example.html b/doc/html/hello-example.html index 2d20c3128..0cb176c57 100644 --- a/doc/html/hello-example.html +++ b/doc/html/hello-example.html @@ -212,7 +212,7 @@ int main( int argc, char **argv ) if ( s.<a href="ntqstring.html#isEmpty">isEmpty</a>() ) s = "Hello, World"; Hello h( s ); -#ifndef QT_NO_WIDGET_TOPEXTRA // for TQt/Embedded minimal build +#ifndef TQT_NO_WIDGET_TOPEXTRA // for TQt/Embedded minimal build h.<a href="ntqwidget.html#setCaption">setCaption</a>( "TQt says hello" ); #endif TQObject::<a href="ntqobject.html#connect">connect</a>( &h, SIGNAL(clicked()), &a, SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); |