diff options
Diffstat (limited to 'doc/html/movies-example.html')
-rw-r--r-- | doc/html/movies-example.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/movies-example.html b/doc/html/movies-example.html index da55fea68..dd3967d87 100644 --- a/doc/html/movies-example.html +++ b/doc/html/movies-example.html @@ -292,7 +292,7 @@ void <a name="f259"></a>MovieStarter::startMovie(const <a href="ntqstring.html"> <a name="x495"></a>void MovieStarter::<a href="ntqdialog.html#done">done</a>( int r ) { if (r != Accepted) - qApp-><a href="ntqapplication.html#quit">quit</a>(); // end on Cancel + tqApp-><a href="ntqapplication.html#quit">quit</a>(); // end on Cancel <a href="ntqdialog.html#setResult">setResult</a>( r ); // And don't hide. @@ -317,7 +317,7 @@ int main(int argc, char **argv) (void)new MovieScreen(argv[arg], TQMovie(argv[arg]), 0, 0, TQt::WDestructiveClose); } - TQObject::<a href="ntqobject.html#connect">connect</a>(qApp, SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), qApp, SLOT(<a href="ntqapplication.html#quit">quit</a>())); + TQObject::<a href="ntqobject.html#connect">connect</a>(tqApp, SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), tqApp, SLOT(<a href="ntqapplication.html#quit">quit</a>())); } else { // "GUI" mode - open a chooser for movies // |