diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-27 02:13:42 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-27 02:13:42 -0600 |
commit | 520c05ef06ce203ad32470730f68402bc7719157 (patch) | |
tree | 8d0bb18bbbecb4c837e232848905e5819db84b81 /doc/man/man3/qsplashscreen.3qt | |
parent | b82553bf90cb5311cfe8e673b07cf6cffc95fd3c (diff) | |
download | tqt3-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.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 |