From 5339a14a51fe6d66a980c41458c2b98e7e4205f9 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:05:30 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit f33c16dc173533b82f99322175cb04f62923fe5b) --- twin-styles/riscos/HelpButton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twin-styles/riscos/HelpButton.h') diff --git a/twin-styles/riscos/HelpButton.h b/twin-styles/riscos/HelpButton.h index 4a94eb4e..5b5e9637 100644 --- a/twin-styles/riscos/HelpButton.h +++ b/twin-styles/riscos/HelpButton.h @@ -30,7 +30,7 @@ namespace RiscOS class HelpButton : public Button { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.1