summaryrefslogtreecommitdiffstats
path: root/src/translators/bibtexmlimporter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/translators/bibtexmlimporter.cpp')
-rw-r--r--src/translators/bibtexmlimporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translators/bibtexmlimporter.cpp b/src/translators/bibtexmlimporter.cpp
index e95b910..c1b6bee 100644
--- a/src/translators/bibtexmlimporter.cpp
+++ b/src/translators/bibtexmlimporter.cpp
@@ -64,7 +64,7 @@ void BibtexmlImporter::loadDomDocument() {
if(showProgress && j%stepSize == 0) {
ProgressManager::self()->setProgress(this, j);
- kapp->processEvents();
+ tdeApp->processEvents();
}
} // end entry loop
}