diff options
Diffstat (limited to 'doc/html/ntqsplashscreen.html')
-rw-r--r-- | doc/html/ntqsplashscreen.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqsplashscreen.html b/doc/html/ntqsplashscreen.html index da8cfa38e..b2646ebb4 100644 --- a/doc/html/ntqsplashscreen.html +++ b/doc/html/ntqsplashscreen.html @@ -114,10 +114,10 @@ call <a href="ntqapplication.html#processEvents">TQApplication::processEvents</a splash-><a href="ntqwidget.html#show">show</a>(); ... // Loading some items splash-><a href="#message">message</a>( "Loaded modules" ); - qApp-><a href="ntqapplication.html#processEvents">processEvents</a>(); + tqApp-><a href="ntqapplication.html#processEvents">processEvents</a>(); ... // Establishing connections splash-><a href="#message">message</a>( "Established connections" ); - qApp-><a href="ntqapplication.html#processEvents">processEvents</a>(); + tqApp-><a href="ntqapplication.html#processEvents">processEvents</a>(); </pre> <p> <p>See also <a href="misc.html">Miscellaneous Classes</a>. |