summaryrefslogtreecommitdiffstats
path: root/juk/webimagefetcher.cpp
diff options
context:
space:
mode:
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 a34309d2..7815afff 100644
--- a/juk/webimagefetcher.cpp
+++ b/juk/webimagefetcher.cpp
@@ -201,7 +201,7 @@ void WebImageFetcher::slotNewSearch()
void WebImageFetcher::displayWaitMessage()
{
- KStatusBar *statusBar = static_cast<KMainWindow *>(kapp->mainWidget())->statusBar();
+ KStatusBar *statusBar = static_cast<TDEMainWindow *>(kapp->mainWidget())->statusBar();
statusBar->message(i18n("Searching for Images. Please Wait..."));
slotLoadImageURLs();
statusBar->clear();