From 08ec56f4b99cd4db951eb1a73a8003be25fa825e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 13:19:47 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- plugins/gui-standard-display/radioview_element.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/gui-standard-display/radioview_element.h') diff --git a/plugins/gui-standard-display/radioview_element.h b/plugins/gui-standard-display/radioview_element.h index cab2c89..113bd60 100644 --- a/plugins/gui-standard-display/radioview_element.h +++ b/plugins/gui-standard-display/radioview_element.h @@ -37,7 +37,7 @@ enum RadioViewClass { clsRadioSound = 0, class RadioViewElement : public TQFrame, public virtual Interface { -Q_OBJECT +TQ_OBJECT public: RadioViewElement (TQWidget *parent, const TQString &name, RadioViewClass myClass); -- cgit v1.2.1