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 --- src/k9mainw.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/k9mainw.cpp') diff --git a/src/k9mainw.cpp b/src/k9mainw.cpp index f2e685c..24a9552 100644 --- a/src/k9mainw.cpp +++ b/src/k9mainw.cpp @@ -27,11 +27,11 @@ #include "kpushbutton.h" /* - * Constructs a MainDlg as a child of 'tqparent', with the + * Constructs a MainDlg as a child of 'parent', with the * name 'name' and widget flags set to 'f'. */ -MainDlg::MainDlg( TQWidget* tqparent, const char* name, WFlags fl ) - : TQWidget( tqparent, name, fl ) +MainDlg::MainDlg( TQWidget* parent, const char* name, WFlags fl ) + : TQWidget( parent, name, fl ) { if ( !name ) setName( "MainDlg" ); -- cgit v1.2.1