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/alsa-sound/alsa-mixer-element.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/alsa-sound/alsa-mixer-element.h') diff --git a/plugins/alsa-sound/alsa-mixer-element.h b/plugins/alsa-sound/alsa-mixer-element.h index f72e78e..7d5c824 100644 --- a/plugins/alsa-sound/alsa-mixer-element.h +++ b/plugins/alsa-sound/alsa-mixer-element.h @@ -22,7 +22,7 @@ class QAlsaMixerElement : public AlsaMixerElementUI { -Q_OBJECT +TQ_OBJECT public: QAlsaMixerElement(TQWidget *parent, const TQString &label, bool has_switch, bool has_volume); -- cgit v1.2.1