summaryrefslogtreecommitdiffstats
path: root/juk/webimagefetcher.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-20 17:21:38 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-03 21:39:44 +0900
commit52fb3a0dd7d190b83257b86738b313a02868d133 (patch)
treead5e6f9e72e0ea0820861a05c185e11ae39edcf3 /juk/webimagefetcher.cpp
parent4767a3730d12a9e9f2d428d46da80467d73e5015 (diff)
downloadtdemultimedia-52fb3a0dd7d190b83257b86738b313a02868d133.tar.gz
tdemultimedia-52fb3a0dd7d190b83257b86738b313a02868d133.zip
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'juk/webimagefetcher.cpp')
-rw-r--r--juk/webimagefetcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/webimagefetcher.cpp b/juk/webimagefetcher.cpp
index 368832d1..024169bb 100644
--- a/juk/webimagefetcher.cpp
+++ b/juk/webimagefetcher.cpp
@@ -201,7 +201,7 @@ void WebImageFetcher::slotNewSearch()
void WebImageFetcher::displayWaitMessage()
{
- KStatusBar *statusBar = static_cast<TDEMainWindow *>(kapp->mainWidget())->statusBar();
+ KStatusBar *statusBar = static_cast<TDEMainWindow *>(tdeApp->mainWidget())->statusBar();
statusBar->message(i18n("Searching for Images. Please Wait..."));
slotLoadImageURLs();
statusBar->clear();