diff options
Diffstat (limited to 'src/translators/audiofileimporter.cpp')
| -rw-r--r-- | src/translators/audiofileimporter.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/translators/audiofileimporter.cpp b/src/translators/audiofileimporter.cpp index 81efa53..09c810e 100644 --- a/src/translators/audiofileimporter.cpp +++ b/src/translators/audiofileimporter.cpp @@ -97,7 +97,7 @@ Tellico::Data::CollPtr AudioFileImporter::collection() { for(TQStringList::ConstIterator it2 = list.begin(); it2 != list.end(); ++it2) { files += dir.absFilePath(*it2); } -// kapp->processEvents(); not needed ? +// tdeApp->processEvents(); not needed ? } if(m_cancelled) { @@ -270,7 +270,7 @@ Tellico::Data::CollPtr AudioFileImporter::collection() { if(showProgress && j%stepSize == 0) { ProgressManager::self()->setTotalSteps(this, files.count() + directoryFiles.count()); ProgressManager::self()->setProgress(this, j); - kapp->processEvents(); + tdeApp->processEvents(); } /* kdDebug() << "-- TAG --" << endl; @@ -319,7 +319,7 @@ Tellico::Data::CollPtr AudioFileImporter::collection() { if(showProgress && j%stepSize == 0) { ProgressManager::self()->setProgress(this, j); - kapp->processEvents(); + tdeApp->processEvents(); } } |
