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/InterpretDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/dialogs/InterpretDialog.cpp') diff --git a/src/gui/dialogs/InterpretDialog.cpp b/src/gui/dialogs/InterpretDialog.cpp index 645d537..b0e81b7 100644 --- a/src/gui/dialogs/InterpretDialog.cpp +++ b/src/gui/dialogs/InterpretDialog.cpp @@ -73,7 +73,7 @@ InterpretDialog::InterpretDialog(TQWidget *parent) : (config->readBoolEntry("interpretarticulate", true)); connect(m_allInterpretations, - TQT_SIGNAL(clicked()), this, TQT_SLOT(slotAllBoxChanged())); + TQ_SIGNAL(clicked()), this, TQ_SLOT(slotAllBoxChanged())); slotAllBoxChanged(); } -- cgit v1.2.3