diff options
Diffstat (limited to 'src/widgets/qsplashscreen.cpp')
-rw-r--r-- | src/widgets/qsplashscreen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/qsplashscreen.cpp b/src/widgets/qsplashscreen.cpp index 6be1506be..1896269b2 100644 --- a/src/widgets/qsplashscreen.cpp +++ b/src/widgets/qsplashscreen.cpp @@ -115,10 +115,10 @@ public: splash->show(); ... // Loading some items splash->message( "Loaded modules" ); - qApp->processEvents(); + tqApp->processEvents(); ... // Establishing connections splash->message( "Established connections" ); - qApp->processEvents(); + tqApp->processEvents(); \endcode */ |