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/autolayout/autolayoutdlg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'umbrello/umbrello/autolayout') diff --git a/umbrello/umbrello/autolayout/autolayoutdlg.h b/umbrello/umbrello/autolayout/autolayoutdlg.h index 6b4eea53..17d61161 100644 --- a/umbrello/umbrello/autolayout/autolayoutdlg.h +++ b/umbrello/umbrello/autolayout/autolayoutdlg.h @@ -20,7 +20,7 @@ class AutolayoutDlg : public MyDialog1 { - Q_OBJECT + TQ_OBJECT public: AutolayoutDlg(TDEConfig* c,UMLView* v, TQWidget *parent = 0, const char *name = 0); -- cgit v1.2.3