From 6deca45c2f1d5932c91db6fb45c70c94faf768f9 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 (cherry picked from commit fce92533f86b9952f0c9cac6ca97f89c0fe6c39c) --- kpovmodeler/pmtexturemapedit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kpovmodeler/pmtexturemapedit.h') diff --git a/kpovmodeler/pmtexturemapedit.h b/kpovmodeler/pmtexturemapedit.h index 95b9d030..ff14d727 100644 --- a/kpovmodeler/pmtexturemapedit.h +++ b/kpovmodeler/pmtexturemapedit.h @@ -37,7 +37,7 @@ class TQLabel; */ class PMTextureMapEdit : public PMTextureBaseEdit { - Q_OBJECT + TQ_OBJECT typedef PMTextureBaseEdit Base; public: -- cgit v1.2.1