diff options
Diffstat (limited to 'src/translators/filelistingimporter.cpp')
-rw-r--r-- | src/translators/filelistingimporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translators/filelistingimporter.cpp b/src/translators/filelistingimporter.cpp index 48d9d99..dc5df9b 100644 --- a/src/translators/filelistingimporter.cpp +++ b/src/translators/filelistingimporter.cpp @@ -168,7 +168,7 @@ Tellico::Data::CollPtr FileListingImporter::collection() { if(showProgress && j%stepSize == 0) { ProgressManager::self()->setProgress(this, j); - kapp->processEvents(); + tdeApp->processEvents(); } } |