diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:19:26 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-24 17:53:28 +0900 |
| commit | 3ef4ff2e0617206d44cb6e0247bb7cc8d0dd909c (patch) | |
| tree | 5e34da75593d5cb3e7074242eb1972435e443639 /src/sound | |
| parent | 95194d38ad6a808673758ab3f60433ea153bb414 (diff) | |
| download | rosegarden-3ef4ff2e.tar.gz rosegarden-3ef4ff2e.zip | |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c57b4dfc677121eadeff03f1f3fa330882b5b747)
Diffstat (limited to 'src/sound')
| -rw-r--r-- | src/sound/AudioFileManager.h | 2 | ||||
| -rw-r--r-- | src/sound/AudioFileTimeStretcher.h | 2 | ||||
| -rw-r--r-- | src/sound/MidiFile.h | 2 | ||||
| -rw-r--r-- | src/sound/PeakFile.h | 2 | ||||
| -rw-r--r-- | src/sound/PeakFileManager.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/sound/AudioFileManager.h b/src/sound/AudioFileManager.h index e260c9f..08552f4 100644 --- a/src/sound/AudioFileManager.h +++ b/src/sound/AudioFileManager.h @@ -59,7 +59,7 @@ typedef std::vector<AudioFile*>::const_iterator AudioFileManagerIterator; class AudioFileManager : public TQObject, public XmlExportable { - Q_OBJECT + TQ_OBJECT public: AudioFileManager(); diff --git a/src/sound/AudioFileTimeStretcher.h b/src/sound/AudioFileTimeStretcher.h index 74e2b96..d8a7663 100644 --- a/src/sound/AudioFileTimeStretcher.h +++ b/src/sound/AudioFileTimeStretcher.h @@ -33,7 +33,7 @@ class AudioFileManager; class AudioFileTimeStretcher : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/sound/MidiFile.h b/src/sound/MidiFile.h index c08626d..fe6222a 100644 --- a/src/sound/MidiFile.h +++ b/src/sound/MidiFile.h @@ -64,7 +64,7 @@ class Studio; class MidiFile : public TQObject, public SoundFile { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/sound/PeakFile.h b/src/sound/PeakFile.h index 0d94480..a495b83 100644 --- a/src/sound/PeakFile.h +++ b/src/sound/PeakFile.h @@ -52,7 +52,7 @@ typedef std::pair<RealTime, RealTime> SplitPointPair; class PeakFile : public TQObject, public SoundFile { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/sound/PeakFileManager.h b/src/sound/PeakFileManager.h index ca06dab..adaaa9c 100644 --- a/src/sound/PeakFileManager.h +++ b/src/sound/PeakFileManager.h @@ -46,7 +46,7 @@ class RealTime; class PeakFileManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: // updatePercentage tells this object how often to throw a |
