From 93816e0a2c4477711497263902fe5222483da892 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 13:36:31 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 4a70f1720eb66ddeb89d4340e44c601e3613b837) --- kmymoney2/widgets/transactionform.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmymoney2/widgets/transactionform.h') diff --git a/kmymoney2/widgets/transactionform.h b/kmymoney2/widgets/transactionform.h index 1057c76..534fdfb 100644 --- a/kmymoney2/widgets/transactionform.h +++ b/kmymoney2/widgets/transactionform.h @@ -48,7 +48,7 @@ namespace KMyMoneyTransactionForm { */ class TabBar : public TQTabBar { - Q_OBJECT + TQ_OBJECT public: typedef enum { @@ -122,7 +122,7 @@ typedef enum { */ class TransactionForm : public TransactionEditorContainer { - Q_OBJECT + TQ_OBJECT public: TransactionForm(TQWidget *parent = 0, const char *name = 0); -- cgit v1.2.1