summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qsplashscreen.3qt
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/man/man3/qsplashscreen.3qt
parentb82553bf90cb5311cfe8e673b07cf6cffc95fd3c (diff)
downloadtqt3-520c05ef06ce203ad32470730f68402bc7719157.tar.gz
tqt3-520c05ef06ce203ad32470730f68402bc7719157.zip
Automated update from qt3
Diffstat (limited to 'doc/man/man3/qsplashscreen.3qt')
-rw-r--r--doc/man/man3/qsplashscreen.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/qsplashscreen.3qt b/doc/man/man3/qsplashscreen.3qt
index c8670868b..ef0e76029 100644
--- a/doc/man/man3/qsplashscreen.3qt
+++ b/doc/man/man3/qsplashscreen.3qt
@@ -114,13 +114,13 @@ The user can hide the splash screen by clicking on it with the mouse. Since the
.br
splash->message( "Loaded modules" );
.br
- qApp->processEvents();
+ tqApp->processEvents();
.br
... // Establishing connections
.br
splash->message( "Established connections" );
.br
- qApp->processEvents();
+ tqApp->processEvents();
.br
.fi
.PP