From fce92533f86b9952f0c9cac6ca97f89c0fe6c39c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:06:30 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- kpovmodeler/pmlistpatternedit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kpovmodeler/pmlistpatternedit.h') diff --git a/kpovmodeler/pmlistpatternedit.h b/kpovmodeler/pmlistpatternedit.h index 1c45d9d2..6a520374 100644 --- a/kpovmodeler/pmlistpatternedit.h +++ b/kpovmodeler/pmlistpatternedit.h @@ -36,7 +36,7 @@ class TQLabel; */ class PMListPatternEdit : public PMDialogEditBase { - Q_OBJECT + TQ_OBJECT typedef PMDialogEditBase Base; public: -- cgit v1.2.3