diff options
Diffstat (limited to 'src/sound/PeakFile.h')
-rw-r--r-- | src/sound/PeakFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound/PeakFile.h b/src/sound/PeakFile.h index 5b4fc1e..86ecc56 100644 --- a/src/sound/PeakFile.h +++ b/src/sound/PeakFile.h @@ -54,7 +54,7 @@ typedef std::pair<RealTime, RealTime> SplitPointPair; class PeakFile : public TQObject, public SoundFile { Q_OBJECT - TQ_OBJECT + public: PeakFile(AudioFile *audioFile); |