diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-22 18:11:56 +0900 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2025-02-03 14:04:22 +0000 |
commit | f44cabe8c88eec154ea9a457b749c5fcd9bed4c3 (patch) | |
tree | bca8f3c429d932cb22fb4fe93edb35335f28717c /src/sound/PeakFile.cpp | |
parent | 06042c0471231bf41b46d4a8744393137beac468 (diff) | |
download | rosegarden-f44cabe8c88eec154ea9a457b749c5fcd9bed4c3.tar.gz rosegarden-f44cabe8c88eec154ea9a457b749c5fcd9bed4c3.zip |
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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(); |