From 6df466c45ad202eea7d7401a2e5ff67ee783e272 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 5 Jan 2024 10:21:03 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro --- .../log_target_option/kmfruletargetoptioneditlog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmyfirewall/ruleoptionplugins/log_target_option/kmfruletargetoptioneditlog.cpp') diff --git a/kmyfirewall/ruleoptionplugins/log_target_option/kmfruletargetoptioneditlog.cpp b/kmyfirewall/ruleoptionplugins/log_target_option/kmfruletargetoptioneditlog.cpp index cb67a68..8bd9d39 100644 --- a/kmyfirewall/ruleoptionplugins/log_target_option/kmfruletargetoptioneditlog.cpp +++ b/kmyfirewall/ruleoptionplugins/log_target_option/kmfruletargetoptioneditlog.cpp @@ -37,8 +37,8 @@ KMFRuleTargetOptionEditLog::KMFRuleTargetOptionEditLog(TQObject *parent, const c m_edit = new KMFRuleEditTargetLog( 0 , "Edit", 0 ); m_edit->hide(); - connect( m_edit,TQT_SIGNAL(sigHideMe() ), - this,TQT_SLOT( slotShowOverview() ) ); + connect( m_edit,TQ_SIGNAL(sigHideMe() ), + this,TQ_SLOT( slotShowOverview() ) ); } KMFRuleTargetOptionEditLog::~KMFRuleTargetOptionEditLog() {} -- cgit v1.2.3