summaryrefslogtreecommitdiffstats
path: root/src/sound
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 13:19:26 +0900
committerMichele Calgaro <[email protected]>2023-07-20 13:19:26 +0900
commitc57b4dfc677121eadeff03f1f3fa330882b5b747 (patch)
tree5e34da75593d5cb3e7074242eb1972435e443639 /src/sound
parent439c716aab9200d6a24a2f2bdfda5e5812dcd3bc (diff)
downloadrosegarden-c57b4dfc677121eadeff03f1f3fa330882b5b747.tar.gz
rosegarden-c57b4dfc677121eadeff03f1f3fa330882b5b747.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/sound')
-rw-r--r--src/sound/AudioFileManager.h2
-rw-r--r--src/sound/AudioFileTimeStretcher.h2
-rw-r--r--src/sound/MidiFile.h2
-rw-r--r--src/sound/PeakFile.h2
-rw-r--r--src/sound/PeakFileManager.h2
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