From c57b4dfc677121eadeff03f1f3fa330882b5b747 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 13:19:26 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/gui/editors/parameters/InstrumentParameterPanel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/editors/parameters/InstrumentParameterPanel.h') diff --git a/src/gui/editors/parameters/InstrumentParameterPanel.h b/src/gui/editors/parameters/InstrumentParameterPanel.h index 7f85a65..2d04cb8 100644 --- a/src/gui/editors/parameters/InstrumentParameterPanel.h +++ b/src/gui/editors/parameters/InstrumentParameterPanel.h @@ -46,7 +46,7 @@ typedef std::vector > RotaryMap; class InstrumentParameterPanel : public TQFrame { - Q_OBJECT + TQ_OBJECT public: InstrumentParameterPanel(RosegardenGUIDoc *doc, TQWidget* parent); -- cgit v1.2.3