summaryrefslogtreecommitdiffstats
path: root/src/sound/PeakFile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/PeakFile.cpp')
-rw-r--r--src/sound/PeakFile.cpp2
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();