From b0c86264e0cd10a0d3a47de3b05be453d9417bcd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 14 Jan 2024 13:10:18 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro --- kompare/kompareurldialog.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kompare/kompareurldialog.cpp') diff --git a/kompare/kompareurldialog.cpp b/kompare/kompareurldialog.cpp index 363179ee..8957913b 100644 --- a/kompare/kompareurldialog.cpp +++ b/kompare/kompareurldialog.cpp @@ -60,10 +60,10 @@ KompareURLDialog::KompareURLDialog( TQWidget *parent, const char *name ) enableButtonSeparator( true ); - connect( m_filesPage->firstURLRequester(), TQT_SIGNAL( textChanged( const TQString& ) ), - this, TQT_SLOT( slotEnableOk() ) ); - connect( m_filesPage->secondURLRequester(), TQT_SIGNAL( textChanged( const TQString& ) ), - this, TQT_SLOT( slotEnableOk() ) ); + connect( m_filesPage->firstURLRequester(), TQ_SIGNAL( textChanged( const TQString& ) ), + this, TQ_SLOT( slotEnableOk() ) ); + connect( m_filesPage->secondURLRequester(), TQ_SIGNAL( textChanged( const TQString& ) ), + this, TQ_SLOT( slotEnableOk() ) ); slotEnableOk(); } -- cgit v1.2.1