summaryrefslogtreecommitdiffstats
path: root/plugins/decoder/musepack/k3bmpcdecoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/decoder/musepack/k3bmpcdecoder.h')
-rw-r--r--plugins/decoder/musepack/k3bmpcdecoder.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/decoder/musepack/k3bmpcdecoder.h b/plugins/decoder/musepack/k3bmpcdecoder.h
index d0f6935..1be280b 100644
--- a/plugins/decoder/musepack/k3bmpcdecoder.h
+++ b/plugins/decoder/musepack/k3bmpcdecoder.h
@@ -27,14 +27,14 @@ class K3bMpcDecoderFactory : public K3bAudioDecoderFactory
TQ_OBJECT
public:
- K3bMpcDecoderFactory( TQObject* tqparent = 0, const char* name = 0 );
+ K3bMpcDecoderFactory( TQObject* parent = 0, const char* name = 0 );
~K3bMpcDecoderFactory();
bool canDecode( const KURL& filename );
int pluginSystemVersion() const { return 3; }
- K3bAudioDecoder* createDecoder( TQObject* tqparent = 0,
+ K3bAudioDecoder* createDecoder( TQObject* parent = 0,
const char* name = 0 ) const;
};
@@ -45,7 +45,7 @@ class K3bMpcDecoder : public K3bAudioDecoder
TQ_OBJECT
public:
- K3bMpcDecoder( TQObject* tqparent = 0, const char* name = 0 );
+ K3bMpcDecoder( TQObject* parent = 0, const char* name = 0 );
~K3bMpcDecoder();
TQString fileType() const;