summaryrefslogtreecommitdiffstats
path: root/examples/movies/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/movies/main.cpp')
-rw-r--r--examples/movies/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/movies/main.cpp b/examples/movies/main.cpp
index 93fbeb438..da2b0b9ed 100644
--- a/examples/movies/main.cpp
+++ b/examples/movies/main.cpp
@@ -251,7 +251,7 @@ void MovieStarter::startMovie(const TQString& filename)
void MovieStarter::done( int r )
{
if (r != Accepted)
- qApp->quit(); // end on Cancel
+ tqApp->quit(); // end on Cancel
setResult( r );
// And don't hide.
@@ -276,7 +276,7 @@ int main(int argc, char **argv)
(void)new MovieScreen(argv[arg], TQMovie(argv[arg]), 0, 0,
TQt::WDestructiveClose);
}
- TQObject::connect(qApp, SIGNAL(lastWindowClosed()), qApp, SLOT(quit()));
+ TQObject::connect(tqApp, SIGNAL(lastWindowClosed()), tqApp, SLOT(quit()));
} else {
// "GUI" mode - open a chooser for movies
//