summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qsplashscreen.3qt
diff options
context:
space:
mode:
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 c8670868..ef0e7602 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