diff options
Diffstat (limited to 'doc/man/man3/qsplashscreen.3qt')
-rw-r--r-- | doc/man/man3/qsplashscreen.3qt | 4 |
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 |