From 8eb500c4e81229a9853e2f9bac4f39450083f3d7 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:36:09 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- tdemdi/test/hello.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdemdi/test/hello.h') diff --git a/tdemdi/test/hello.h b/tdemdi/test/hello.h index b6ce589a0..9af080d11 100644 --- a/tdemdi/test/hello.h +++ b/tdemdi/test/hello.h @@ -20,7 +20,7 @@ class TQPaintEvent; class Hello : public KMdiChildView { - Q_OBJECT + TQ_OBJECT public: Hello( const char *title, const char *text, TQWidget* parentWidget = 0 ); signals: -- cgit v1.2.1