summaryrefslogtreecommitdiffstats
path: root/plugins/decoder/skeleton.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/decoder/skeleton.h')
-rw-r--r--plugins/decoder/skeleton.h4
1 files changed, 2 insertions, 2 deletions
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 K3b<name>DecoderFactory : public K3bAudioDecoderFactory
{
Q_OBJECT
- TQ_OBJECT
+
public:
K3b<name>DecoderFactory( TQObject* parent = 0, const char* name = 0 );
@@ -40,7 +40,7 @@ class K3b<name>DecoderFactory : public K3bAudioDecoderFactory
class K3b<name>Decoder : public K3bAudioDecoder
{
Q_OBJECT
- TQ_OBJECT
+
public:
K3b<name>Decoder( TQObject* parent = 0, const char* name = 0 );