summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/cmoduleindexdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/frontend/cmoduleindexdialog.cpp')
-rw-r--r--bibletime/frontend/cmoduleindexdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bibletime/frontend/cmoduleindexdialog.cpp b/bibletime/frontend/cmoduleindexdialog.cpp
index f42d62c..cf8652b 100644
--- a/bibletime/frontend/cmoduleindexdialog.cpp
+++ b/bibletime/frontend/cmoduleindexdialog.cpp
@@ -87,12 +87,12 @@ void CModuleIndexDialog::slotModuleProgress( int percentage ) {
// tqDebug("progress %d", percentage);
progress->progressBar()->setProgress( m_currentModuleIndex * 100 + percentage );
- KApplication::kApplication()->processEvents( 10 ); //10 ms only
+ TDEApplication::kApplication()->processEvents( 10 ); //10 ms only
}
void CModuleIndexDialog::slotFinished( ) {
tqDebug("indexing finished()");
progress->progressBar()->setProgress( progress->progressBar()->totalSteps() );
- KApplication::kApplication()->processEvents( 1 ); //1 ms only
+ TDEApplication::kApplication()->processEvents( 1 ); //1 ms only
}