summaryrefslogtreecommitdiffstats
path: root/src/entryupdater.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entryupdater.cpp')
-rw-r--r--src/entryupdater.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entryupdater.cpp b/src/entryupdater.cpp
index 83ad826..8905986 100644
--- a/src/entryupdater.cpp
+++ b/src/entryupdater.cpp
@@ -129,7 +129,7 @@ void EntryUpdater::slotDone() {
return;
}
}
- kapp->processEvents();
+ tdeApp->processEvents();
// so the entry updater can clean up a bit
TQTimer::singleShot(500, this, TQ_SLOT(slotStartNext()));
}
@@ -149,7 +149,7 @@ void EntryUpdater::slotResult(Fetch::SearchResult* result_) {
result_->fetcher->stop();
}
}
- kapp->processEvents();
+ tdeApp->processEvents();
}
void EntryUpdater::slotCancel() {