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/skeleton.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'plugins/decoder/skeleton.cpp') diff --git a/plugins/decoder/skeleton.cpp b/plugins/decoder/skeleton.cpp index 7b627b1..0e31ded 100644 --- a/plugins/decoder/skeleton.cpp +++ b/plugins/decoder/skeleton.cpp @@ -23,8 +23,8 @@ K_EXPORT_COMPONENT_FACTORY( libk3bdecoder, K3bPluginFactoryDecoderFactory>( "libk3bdecoder" ) ) -K3bDecoderFactory::K3bDecoderFactory( TQObject* tqparent, const char* name ) - : K3bAudioDecoderFactory( tqparent, name ) +K3bDecoderFactory::K3bDecoderFactory( TQObject* parent, const char* name ) + : K3bAudioDecoderFactory( parent, name ) { } @@ -34,10 +34,10 @@ K3bDecoderFactory::~K3bDecoderFactory() } -K3bAudioDecoder* K3bDecoderFactory::createDecoder( TQObject* tqparent, +K3bAudioDecoder* K3bDecoderFactory::createDecoder( TQObject* parent, const char* name ) const { - return new K3bDecoder( tqparent, name ); + return new K3bDecoder( parent, name ); } @@ -52,8 +52,8 @@ bool K3bDecoderFactory::canDecode( const KURL& url ) -K3bDecoder::K3bDecoder( TQObject* tqparent, const char* name ) - : K3bAudioDecoder( tqparent, name ) +K3bDecoder::K3bDecoder( TQObject* parent, const char* name ) + : K3bAudioDecoder( parent, name ) { } -- cgit v1.2.3