From a3a855ce18bdb905ef57b9feb174afc441132665 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 2 Jan 2024 11:38:07 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro (cherry picked from commit e9f46130c2656aaf299d8793556310c9bf95daee) --- src/gui/dialogs/EventParameterDialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/dialogs/EventParameterDialog.cpp') diff --git a/src/gui/dialogs/EventParameterDialog.cpp b/src/gui/dialogs/EventParameterDialog.cpp index 97ed5c6..a12ccab 100644 --- a/src/gui/dialogs/EventParameterDialog.cpp +++ b/src/gui/dialogs/EventParameterDialog.cpp @@ -80,8 +80,8 @@ EventParameterDialog::EventParameterDialog( text = i18n("Ringing - set %1 alternating from max to min with both dying to zero").arg(strtoqstr(property)); m_patternCombo->insertItem(text); - connect(m_patternCombo, TQT_SIGNAL(activated(int)), - this, TQT_SLOT(slotPatternSelected(int))); + connect(m_patternCombo, TQ_SIGNAL(activated(int)), + this, TQ_SLOT(slotPatternSelected(int))); TQHBox *value1Box = new TQHBox(vBox); m_value1Label = new TQLabel(i18n("Value"), value1Box); -- cgit v1.2.3