From 66b3326a362344f722a8fbe52534e3d114005660 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 (cherry picked from commit 6df466c45ad202eea7d7401a2e5ff67ee783e272) --- doc/kmyfirewall/index.docbook | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/kmyfirewall/index.docbook b/doc/kmyfirewall/index.docbook index cfe91e0..6741259 100644 --- a/doc/kmyfirewall/index.docbook +++ b/doc/kmyfirewall/index.docbook @@ -1073,13 +1073,13 @@ KMFRuleOptionEditMAC::KMFRuleOptionEditMAC(TQObject *parent, const char *name) m_edit->hide(); // Connect the Signals for the editor class to our slots passing them to the app - connect( m_edit,SIGNAL(sigAddRuleOpt(TQString*, QPtrList< TQString >* ) ), - this,SLOT( slotAddRuleOption(TQString*, QPtrList< TQString >* ) ) ); + connect( m_edit,TQ_SIGNAL(sigAddRuleOpt(TQString*, QPtrList< TQString >* ) ), + this,TQ_SLOT( slotAddRuleOption(TQString*, QPtrList< TQString >* ) ) ); // - //connect( m_edit,SIGNAL(sigAddTargetOpt(TQString*, QPtrList< TQString >* ) ), - // this,SLOT( slotAddTargetOption(TQString*, QPtrList< TQString >* ) ) ); - connect( m_edit,SIGNAL(sigHideMe() ), - this,SLOT( slotShowOverview() ) ); + //connect( m_edit,TQ_SIGNAL(sigAddTargetOpt(TQString*, QPtrList< TQString >* ) ), + // this,TQ_SLOT( slotAddTargetOption(TQString*, QPtrList< TQString >* ) ) ); + connect( m_edit,TQ_SIGNAL(sigHideMe() ), + this,TQ_SLOT( slotShowOverview() ) ); } KMFRuleOptionEditMAC::~KMFRuleOptionEditMAC() {} -- cgit v1.2.1