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/kaccounttemplateselector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmymoney2/widgets/kaccounttemplateselector.h') diff --git a/kmymoney2/widgets/kaccounttemplateselector.h b/kmymoney2/widgets/kaccounttemplateselector.h index bb447dc..5f7c5ce 100644 --- a/kmymoney2/widgets/kaccounttemplateselector.h +++ b/kmymoney2/widgets/kaccounttemplateselector.h @@ -35,7 +35,7 @@ class MyMoneyTemplate; */ class KAccountTemplateSelector : public KAccountTemplateSelectorDecl { - Q_OBJECT + TQ_OBJECT public: KAccountTemplateSelector(TQWidget* parent = 0, const char* name = 0); -- cgit v1.2.1