summaryrefslogtreecommitdiffstats
path: root/tdeioslave
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:06:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-21 09:06:47 +0900
commit107ab7796f5e050b4d96d1ebf8e7121a61f6279d (patch)
tree92e0339b1a3462217d9404d0a2b99ee4af7db2e5 /tdeioslave
parentef05c1d11b20b8de08526e9e1681ece78f09bcf4 (diff)
downloadtdemultimedia-107ab7796f5e050b4d96d1ebf8e7121a61f6279d.tar.gz
tdemultimedia-107ab7796f5e050b4d96d1ebf8e7121a61f6279d.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 678ee0d63590ba7bf1cad32070c229d699617a3c)
Diffstat (limited to 'tdeioslave')
-rw-r--r--tdeioslave/audiocd/kcmaudiocd/kcmaudiocd.h2
-rw-r--r--tdeioslave/audiocd/plugins/lame/collectingprocess.h2
-rw-r--r--tdeioslave/audiocd/plugins/lame/encoderlame.h2
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: