diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-14 21:19:10 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-15 11:45:44 +0900 |
commit | da9081a78aa22cc87ff98f07719e1c3befaebfc2 (patch) | |
tree | 1a0fb028d84934ac9cc9423275a9ab9fbe944030 /kmymoney2/dialogs/kpayeereassigndlg.cpp | |
parent | 47cc1d27da80b198fc28b0c48baa3cb4dfb27161 (diff) | |
download | kmymoney-da9081a78aa22cc87ff98f07719e1c3befaebfc2.tar.gz kmymoney-da9081a78aa22cc87ff98f07719e1c3befaebfc2.zip |
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmymoney2/dialogs/kpayeereassigndlg.cpp')
-rw-r--r-- | kmymoney2/dialogs/kpayeereassigndlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/dialogs/kpayeereassigndlg.cpp b/kmymoney2/dialogs/kpayeereassigndlg.cpp index cc281f6..6b8351c 100644 --- a/kmymoney2/dialogs/kpayeereassigndlg.cpp +++ b/kmymoney2/dialogs/kpayeereassigndlg.cpp @@ -45,7 +45,7 @@ KPayeeReassignDlg::KPayeeReassignDlg( TQWidget* parent, const char* name) : { buttonOk->setGuiItem(KStdGuiItem::ok()); buttonCancel->setGuiItem(KStdGuiItem::cancel()); - kMandatoryFieldGroup* mandatory = new kMandatoryFieldGroup(TQT_TQOBJECT(this)); + kMandatoryFieldGroup* mandatory = new kMandatoryFieldGroup(this); mandatory->add(payeeCombo); mandatory->setOkButton(buttonOk); } |