summaryrefslogtreecommitdiffstats
path: root/src/replaygainfilelist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/replaygainfilelist.cpp')
-rw-r--r--src/replaygainfilelist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/replaygainfilelist.cpp b/src/replaygainfilelist.cpp
index aed0e41..0a7c88b 100644
--- a/src/replaygainfilelist.cpp
+++ b/src/replaygainfilelist.cpp
@@ -745,7 +745,7 @@ void ReplayGainFileList::addDir( const TQString& directory, const TQStringList&
pScanStatus->setProgress( 0 );
pScanStatus->setTotalSteps( 0 );
pScanStatus->show(); // show the status while scanning the directories
- kapp->processEvents();
+ tdeApp->processEvents();
int count = listDir( directory, filter, recursive, true );
listDir( directory, filter, recursive );