summaryrefslogtreecommitdiffstats
path: root/plugins/decoder/mp3/k3bmaddecoder.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:17:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-24 17:39:30 +0900
commit667ad9cdec9225d3fa298aefdc1d6d90000583d8 (patch)
tree1e7f9356a6cd55c62883c3797d5d5802031d4b75 /plugins/decoder/mp3/k3bmaddecoder.h
parentb14c0f074f2865c2be895c606e7757d9fba7643c (diff)
downloadk3b-667ad9cdec9225d3fa298aefdc1d6d90000583d8.tar.gz
k3b-667ad9cdec9225d3fa298aefdc1d6d90000583d8.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e1e7558d74bce9c95948ff07d0595ac3c5728aba)
Diffstat (limited to 'plugins/decoder/mp3/k3bmaddecoder.h')
-rw-r--r--plugins/decoder/mp3/k3bmaddecoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/decoder/mp3/k3bmaddecoder.h b/plugins/decoder/mp3/k3bmaddecoder.h
index df63a1d..de1fe9e 100644
--- a/plugins/decoder/mp3/k3bmaddecoder.h
+++ b/plugins/decoder/mp3/k3bmaddecoder.h
@@ -26,7 +26,7 @@ extern "C" {
class K3bMadDecoderFactory : public K3bAudioDecoderFactory
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -44,7 +44,7 @@ class K3bMadDecoderFactory : public K3bAudioDecoderFactory
class K3bMadDecoder : public K3bAudioDecoder
{
- Q_OBJECT
+ TQ_OBJECT
public: