From 631d7b9b0878ca3842496b5719f9c5803335e150 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/basket@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/basketproperties.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/basketproperties.cpp') diff --git a/src/basketproperties.cpp b/src/basketproperties.cpp index 28a0381..fa5a3a2 100644 --- a/src/basketproperties.cpp +++ b/src/basketproperties.cpp @@ -42,9 +42,9 @@ #include "global.h" #include "backgroundmanager.h" -BasketPropertiesDialog::BasketPropertiesDialog(Basket *basket, TQWidget *tqparent) +BasketPropertiesDialog::BasketPropertiesDialog(Basket *basket, TQWidget *parent) : KDialogBase(KDialogBase::Swallow, i18n("Basket Properties"), KDialogBase::Ok | KDialogBase::Apply | KDialogBase::Cancel, - KDialogBase::Ok, tqparent, /*name=*/"BasketProperties", /*modal=*/true, /*separator=*/false), + KDialogBase::Ok, parent, /*name=*/"BasketProperties", /*modal=*/true, /*separator=*/false), m_basket(basket) { TQWidget *page = new TQWidget(this); -- cgit v1.2.1