diff options
author | Michele Calgaro <[email protected]> | 2023-12-14 21:19:10 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-12-15 11:45:44 +0900 |
commit | da9081a78aa22cc87ff98f07719e1c3befaebfc2 (patch) | |
tree | 1a0fb028d84934ac9cc9423275a9ab9fbe944030 /kmymoney2/dialogs/kcategoryreassigndlg.cpp | |
parent | 47cc1d27da80b198fc28b0c48baa3cb4dfb27161 (diff) | |
download | kmymoney-da9081a78aa22cc87ff98f07719e1c3befaebfc2.tar.gz kmymoney-da9081a78aa22cc87ff98f07719e1c3befaebfc2.zip |
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kmymoney2/dialogs/kcategoryreassigndlg.cpp')
-rw-r--r-- | kmymoney2/dialogs/kcategoryreassigndlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/dialogs/kcategoryreassigndlg.cpp b/kmymoney2/dialogs/kcategoryreassigndlg.cpp index 507c76c..e481b17 100644 --- a/kmymoney2/dialogs/kcategoryreassigndlg.cpp +++ b/kmymoney2/dialogs/kcategoryreassigndlg.cpp @@ -45,7 +45,7 @@ KCategoryReassignDlg::KCategoryReassignDlg( 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(m_category); mandatory->setOkButton(buttonOk); } |