From cb59219281a9666896ee96b02a487bbc0206082d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 13:37:04 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- chalk/ui/kis_part_layer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chalk/ui/kis_part_layer.h') diff --git a/chalk/ui/kis_part_layer.h b/chalk/ui/kis_part_layer.h index 47b8d954..8b95e2e8 100644 --- a/chalk/ui/kis_part_layer.h +++ b/chalk/ui/kis_part_layer.h @@ -72,7 +72,7 @@ protected: * Embedded parts should get loaded and saved to the Native Chalk Fileformat natively. */ class KisPartLayerImpl : public KisPartLayer { - Q_OBJECT + TQ_OBJECT typedef KisPartLayer super; public: -- cgit v1.2.1