diff options
Diffstat (limited to 'plugins/decoder/libsndfile/k3blibsndfiledecoder.h')
-rw-r--r-- | plugins/decoder/libsndfile/k3blibsndfiledecoder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/decoder/libsndfile/k3blibsndfiledecoder.h b/plugins/decoder/libsndfile/k3blibsndfiledecoder.h index cd23eb1..5840ee7 100644 --- a/plugins/decoder/libsndfile/k3blibsndfiledecoder.h +++ b/plugins/decoder/libsndfile/k3blibsndfiledecoder.h @@ -25,7 +25,7 @@ class KURL; class K3bLibsndfileDecoderFactory : public K3bAudioDecoderFactory { Q_OBJECT - TQ_OBJECT + public: K3bLibsndfileDecoderFactory( TQObject* parent = 0, const char* name = 0 ); @@ -45,7 +45,7 @@ class K3bLibsndfileDecoderFactory : public K3bAudioDecoderFactory class K3bLibsndfileDecoder : public K3bAudioDecoder { Q_OBJECT - TQ_OBJECT + public: K3bLibsndfileDecoder( TQObject* parent = 0, const char* name = 0 ); |