From df8e67b86696f691708af8592d86282b09bab011 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- plugins/decoder/musepack/k3bmpcdecoder.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/decoder/musepack/k3bmpcdecoder.h') 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; -- cgit v1.2.1