diff options
Diffstat (limited to 'plugins/decoder/mp3/k3bmaddecoder.h')
-rw-r--r-- | plugins/decoder/mp3/k3bmaddecoder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/decoder/mp3/k3bmaddecoder.h b/plugins/decoder/mp3/k3bmaddecoder.h index 57e2d76..df63a1d 100644 --- a/plugins/decoder/mp3/k3bmaddecoder.h +++ b/plugins/decoder/mp3/k3bmaddecoder.h @@ -27,7 +27,7 @@ extern "C" { class K3bMadDecoderFactory : public K3bAudioDecoderFactory { Q_OBJECT - TQ_OBJECT + public: K3bMadDecoderFactory( TQObject* parent = 0, const char* name = 0 ); @@ -45,7 +45,7 @@ class K3bMadDecoderFactory : public K3bAudioDecoderFactory class K3bMadDecoder : public K3bAudioDecoder { Q_OBJECT - TQ_OBJECT + public: K3bMadDecoder( TQObject* parent = 0, const char* name = 0 ); |