From 1ec7b1dadc8d1668fb89cf06b32dfc52c18db4d6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 4 Nov 2023 23:32:44 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- src/gui/studio/RemapInstrumentDialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/studio/RemapInstrumentDialog.cpp') diff --git a/src/gui/studio/RemapInstrumentDialog.cpp b/src/gui/studio/RemapInstrumentDialog.cpp index a3017fd..90fa599 100644 --- a/src/gui/studio/RemapInstrumentDialog.cpp +++ b/src/gui/studio/RemapInstrumentDialog.cpp @@ -56,7 +56,7 @@ RemapInstrumentDialog::RemapInstrumentDialog(TQWidget *parent, { TQVBox *vBox = makeVBoxMainWidget(); - m_buttonGroup = new TQButtonGroup(1, Qt::Horizontal, + m_buttonGroup = new TQButtonGroup(1, TQt::Horizontal, i18n("Device or Instrument"), vBox); @@ -68,7 +68,7 @@ RemapInstrumentDialog::RemapInstrumentDialog(TQWidget *parent, connect(m_buttonGroup, TQT_SIGNAL(released(int)), this, TQT_SLOT(slotRemapReleased(int))); - TQGroupBox *groupBox = new TQGroupBox(2, Qt::Horizontal, + TQGroupBox *groupBox = new TQGroupBox(2, TQt::Horizontal, i18n("Choose Source and Destination"), vBox); -- cgit v1.2.3