diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:36:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-24 21:24:01 +0900 |
commit | 93816e0a2c4477711497263902fe5222483da892 (patch) | |
tree | 662803755443085144e615fae1678f2755eda8fd /kmymoney2/widgets/kmymoneychecklistitem.h | |
parent | 7a469553db421dbc62a6eca20fd81fe6fc7bb01a (diff) | |
download | kmymoney-93816e0a2c4477711497263902fe5222483da892.tar.gz kmymoney-93816e0a2c4477711497263902fe5222483da892.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4a70f1720eb66ddeb89d4340e44c601e3613b837)
Diffstat (limited to 'kmymoney2/widgets/kmymoneychecklistitem.h')
-rw-r--r-- | kmymoney2/widgets/kmymoneychecklistitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/widgets/kmymoneychecklistitem.h b/kmymoney2/widgets/kmymoneychecklistitem.h index 1c5474d..dfaf587 100644 --- a/kmymoney2/widgets/kmymoneychecklistitem.h +++ b/kmymoney2/widgets/kmymoneychecklistitem.h @@ -43,7 +43,7 @@ class KMyMoneyCheckListItem : public TQObject, public TQCheckListItem { friend class KMyMoneyListViewItem; - Q_OBJECT + TQ_OBJECT public: KMyMoneyCheckListItem(TQListView *parent, const TQString& txt, const TQString& key, const TQString& id, Type type = TQCheckListItem::CheckBox); |