From 44548d3e71aab859c1547104f3419fd288add594 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:07:21 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- umbrello/umbrello/dialogs/codegenerationwizard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'umbrello/umbrello/dialogs/codegenerationwizard.h') diff --git a/umbrello/umbrello/dialogs/codegenerationwizard.h b/umbrello/umbrello/dialogs/codegenerationwizard.h index 52a35bd9..853149d9 100644 --- a/umbrello/umbrello/dialogs/codegenerationwizard.h +++ b/umbrello/umbrello/dialogs/codegenerationwizard.h @@ -38,7 +38,7 @@ class CodeGenerationOptionsPage; */ class CodeGenerationWizard : public CodeGenerationWizardBase { - Q_OBJECT + TQ_OBJECT public: CodeGenerationWizard(UMLClassifierList *classList); -- cgit v1.2.3