summaryrefslogtreecommitdiffstats
path: root/doc/html/movies-example.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-27 02:13:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-27 02:13:42 -0600
commit520c05ef06ce203ad32470730f68402bc7719157 (patch)
tree8d0bb18bbbecb4c837e232848905e5819db84b81 /doc/html/movies-example.html
parentb82553bf90cb5311cfe8e673b07cf6cffc95fd3c (diff)
downloadtqt3-520c05ef06ce203ad32470730f68402bc7719157.tar.gz
tqt3-520c05ef06ce203ad32470730f68402bc7719157.zip
Automated update from qt3
Diffstat (limited to 'doc/html/movies-example.html')
-rw-r--r--doc/html/movies-example.html4
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-&gt;<a href="ntqapplication.html#quit">quit</a>(); // end on Cancel
+ tqApp-&gt;<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
//