diff options
Diffstat (limited to 'src/sound/PeakFileManager.cpp')
-rw-r--r-- | src/sound/PeakFileManager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound/PeakFileManager.cpp b/src/sound/PeakFileManager.cpp index 85fed3a..ec51458 100644 --- a/src/sound/PeakFileManager.cpp +++ b/src/sound/PeakFileManager.cpp @@ -176,8 +176,8 @@ PeakFileManager::generatePeaks(AudioFile *audioFile, if (audioFile->getType() == WAV) { m_currentPeakFile = getPeakFile(audioFile); - TQObject::connect(m_currentPeakFile, TQT_SIGNAL(setProgress(int)), - this, TQT_SIGNAL(setProgress(int))); + TQObject::connect(m_currentPeakFile, TQ_SIGNAL(setProgress(int)), + this, TQ_SIGNAL(setProgress(int))); // Just write out a peak file // |