diff options
Diffstat (limited to 'src/statusbar.cpp')
| -rw-r--r-- | src/statusbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statusbar.cpp b/src/statusbar.cpp index 41b37ee..b8450d0 100644 --- a/src/statusbar.cpp +++ b/src/statusbar.cpp @@ -102,7 +102,7 @@ void StatusBar::slotProgress(uint progress_) { if(ProgressManager::self()->anyCanBeCancelled()) { m_cancelButton->show(); } - kapp->processEvents(); // needed so the window gets updated ??? + tdeApp->processEvents(); // needed so the window gets updated ??? } } |
