summaryrefslogtreecommitdiffstats
path: root/juk/splashscreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'juk/splashscreen.cpp')
-rw-r--r--juk/splashscreen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/splashscreen.cpp b/juk/splashscreen.cpp
index ae72f05b..92775471 100644
--- a/juk/splashscreen.cpp
+++ b/juk/splashscreen.cpp
@@ -100,5 +100,5 @@ SplashScreen::~SplashScreen()
void SplashScreen::processEvents()
{
setText(loadedText(count));
- kapp->processEvents();
+ tdeApp->processEvents();
}