From 377a74382c0f10b2d3ec30d9b2337e8409bec58f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 12:35:00 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/flowcodeview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flowcodeview.h') diff --git a/src/flowcodeview.h b/src/flowcodeview.h index 26dfff1..913d7dc 100644 --- a/src/flowcodeview.h +++ b/src/flowcodeview.h @@ -20,7 +20,7 @@ class FlowCodeDocument; */ class FlowCodeView : public ICNView { - Q_OBJECT + TQ_OBJECT public: FlowCodeView( FlowCodeDocument *flowCodeDocument, ViewContainer *viewContainer, uint viewAreaId, const char *name = 0l ); -- cgit v1.2.1