diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:06:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:06:43 +0900 |
commit | 678ee0d63590ba7bf1cad32070c229d699617a3c (patch) | |
tree | 04cea2ad9f3a2067119417dfe2bbc583a973a2cf /tdeioslave | |
parent | 7ca73e272ed839b546d224918ec538b57011782b (diff) | |
download | tdemultimedia-678ee0d63590ba7bf1cad32070c229d699617a3c.tar.gz tdemultimedia-678ee0d63590ba7bf1cad32070c229d699617a3c.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeioslave')
-rw-r--r-- | tdeioslave/audiocd/kcmaudiocd/kcmaudiocd.h | 2 | ||||
-rw-r--r-- | tdeioslave/audiocd/plugins/lame/collectingprocess.h | 2 | ||||
-rw-r--r-- | tdeioslave/audiocd/plugins/lame/encoderlame.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tdeioslave/audiocd/kcmaudiocd/kcmaudiocd.h b/tdeioslave/audiocd/kcmaudiocd/kcmaudiocd.h index f89ef32f..b7f186cb 100644 --- a/tdeioslave/audiocd/kcmaudiocd/kcmaudiocd.h +++ b/tdeioslave/audiocd/kcmaudiocd/kcmaudiocd.h @@ -31,7 +31,7 @@ class TDEConfigDialogManager; #include "audiocdconfig.h" class KAudiocdModule : public AudiocdConfig { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdeioslave/audiocd/plugins/lame/collectingprocess.h b/tdeioslave/audiocd/plugins/lame/collectingprocess.h index 905219bf..963a59d3 100644 --- a/tdeioslave/audiocd/plugins/lame/collectingprocess.h +++ b/tdeioslave/audiocd/plugins/lame/collectingprocess.h @@ -44,7 +44,7 @@ * @author Ingo Kloecker <kloecker@kde.org> */ class CollectingProcess : public TDEProcess { - Q_OBJECT + TQ_OBJECT public: CollectingProcess( TQObject * parent = 0, const char * name = 0 ); diff --git a/tdeioslave/audiocd/plugins/lame/encoderlame.h b/tdeioslave/audiocd/plugins/lame/encoderlame.h index 09c323c3..2870c500 100644 --- a/tdeioslave/audiocd/plugins/lame/encoderlame.h +++ b/tdeioslave/audiocd/plugins/lame/encoderlame.h @@ -29,7 +29,7 @@ class TDEProcess; */ class EncoderLame : public TQObject, public AudioCDEncoder { -Q_OBJECT +TQ_OBJECT public: |