From 5660db4e68c904cc2dd01888775483189cda7a10 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/k9copy@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libk9copy/dvdprogress.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libk9copy/dvdprogress.cpp') diff --git a/libk9copy/dvdprogress.cpp b/libk9copy/dvdprogress.cpp index 83e37a5..3c85363 100644 --- a/libk9copy/dvdprogress.cpp +++ b/libk9copy/dvdprogress.cpp @@ -18,14 +18,14 @@ #include /* - * Constructs a DVDProgress as a child of 'tqparent', with the + * Constructs a DVDProgress as a child of 'parent', with the * name 'name' and widget flags set to 'f'. * * The dialog will by default be modeless, unless you set 'modal' to * TRUE to construct a modal dialog. */ -DVDProgress::DVDProgress( TQWidget* tqparent, const char* name, bool modal, WFlags fl ) - : TQDialog( tqparent, name, modal, fl ) +DVDProgress::DVDProgress( TQWidget* parent, const char* name, bool modal, WFlags fl ) + : TQDialog( parent, name, modal, fl ) { if ( !name ) setName( "DVDProgress" ); -- cgit v1.2.1