diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 631d7b9b0878ca3842496b5719f9c5803335e150 (patch) | |
tree | d09fe0c8cd6edfd28c9c7947b0af60ccc75fbb8d /src/basketproperties.cpp | |
parent | 33f08e93132a53bf14f41f5f1e567eeea832b336 (diff) | |
download | basket-631d7b9b0878ca3842496b5719f9c5803335e150.tar.gz basket-631d7b9b0878ca3842496b5719f9c5803335e150.zip |
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
Diffstat (limited to 'src/basketproperties.cpp')
-rw-r--r-- | src/basketproperties.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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); |