From e1b37ac1936f81994a2c1aa2778298fbc757531f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 4 Jan 2024 10:30:32 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro (cherry picked from commit c0332621bc998c9786f4841e86a62b7711fe4abf) --- kplato/kptrelationdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kplato/kptrelationdialog.cpp') diff --git a/kplato/kptrelationdialog.cpp b/kplato/kptrelationdialog.cpp index 4de50c110..2b91b456a 100644 --- a/kplato/kptrelationdialog.cpp +++ b/kplato/kptrelationdialog.cpp @@ -61,8 +61,8 @@ AddRelationDialog::AddRelationDialog(Relation *rel, TQWidget *p, TQString captio m_panel->relationType->setFocus(); enableButtonOK(true); - connect(m_panel->relationType, TQT_SIGNAL(clicked(int)), TQT_SLOT(typeClicked(int))); - connect(m_panel->lag, TQT_SIGNAL(valueChanged()), TQT_SLOT(lagChanged())); + connect(m_panel->relationType, TQ_SIGNAL(clicked(int)), TQ_SLOT(typeClicked(int))); + connect(m_panel->lag, TQ_SIGNAL(valueChanged()), TQ_SLOT(lagChanged())); } KCommand *AddRelationDialog::buildCommand(Part *part) { -- cgit v1.2.3