From ffd0ac254d89d0c2b1f233d2a41a9947cad83900 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 15:59:10 -0600 Subject: Remove spurious TQ_OBJECT instances --- plugins/decoder/skeleton.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/decoder/skeleton.h') diff --git a/plugins/decoder/skeleton.h b/plugins/decoder/skeleton.h index 1c7cff1..19602a6 100644 --- a/plugins/decoder/skeleton.h +++ b/plugins/decoder/skeleton.h @@ -22,7 +22,7 @@ class K3bDecoderFactory : public K3bAudioDecoderFactory { Q_OBJECT - TQ_OBJECT + public: K3bDecoderFactory( TQObject* parent = 0, const char* name = 0 ); @@ -40,7 +40,7 @@ class K3bDecoderFactory : public K3bAudioDecoderFactory class K3bDecoder : public K3bAudioDecoder { Q_OBJECT - TQ_OBJECT + public: K3bDecoder( TQObject* parent = 0, const char* name = 0 ); -- cgit v1.2.3