diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-20 17:21:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-03 21:39:44 +0900 |
commit | 52fb3a0dd7d190b83257b86738b313a02868d133 (patch) | |
tree | ad5e6f9e72e0ea0820861a05c185e11ae39edcf3 /juk/webimagefetcher.cpp | |
parent | 4767a3730d12a9e9f2d428d46da80467d73e5015 (diff) | |
download | tdemultimedia-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.cpp | 2 |
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(); |