From ed7858de3a395180d6ec0c03d8358610b36938ea Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 11 Jan 2024 10:40:32 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro --- kcron/ktvariable.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kcron/ktvariable.cpp') diff --git a/kcron/ktvariable.cpp b/kcron/ktvariable.cpp index 34b35ee..65628cb 100644 --- a/kcron/ktvariable.cpp +++ b/kcron/ktvariable.cpp @@ -87,10 +87,10 @@ KTVariable::KTVariable(CTVariable* _ctvar,const TQString &_caption) : cmbVariable->setFocus(); // connect them up - connect(cmbVariable,TQT_SIGNAL(highlighted(const TQString&)), - TQT_SLOT(slotVariableChanged())); - connect(cmbVariable,TQT_SIGNAL(activated(const TQString&)), - TQT_SLOT(slotVariableChanged())); + connect(cmbVariable,TQ_SIGNAL(highlighted(const TQString&)), + TQ_SLOT(slotVariableChanged())); + connect(cmbVariable,TQ_SIGNAL(activated(const TQString&)), + TQ_SLOT(slotVariableChanged())); } KTVariable::~KTVariable() -- cgit v1.2.1