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:46:39 +0900 |
| commit | f892e5be3d09d6a1983813bb9fe8f793b08b7054 (patch) | |
| tree | 48834151149dcad594e50c5e1d77d9085f2f7556 /kmymoney2/dialogs/kcategoryreassigndlg.cpp | |
| parent | debbb9657675867af9800ac8fa6036f850edfb4d (diff) | |
| download | kmymoney-f892e5be.tar.gz kmymoney-f892e5be.zip | |
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit da9081a78aa22cc87ff98f07719e1c3befaebfc2)
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); } |
