diff options
Diffstat (limited to 'src/sound/PeakFile.cpp')
-rw-r--r-- | src/sound/PeakFile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound/PeakFile.cpp b/src/sound/PeakFile.cpp index 28db144..c322e23 100644 --- a/src/sound/PeakFile.cpp +++ b/src/sound/PeakFile.cpp @@ -541,7 +541,7 @@ PeakFile::writePeaks(unsigned short /*updatePercentage*/, emit setProgress((int)(double(byteCount) / double(apprxTotalBytes) * 100.0)); - kapp->processEvents(); + tdeApp->processEvents(); samplePtr = (unsigned char *)samples.c_str(); |