summaryrefslogtreecommitdiffstats
path: root/kompare/kompareurldialog.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-01-14 13:10:18 +0900
committerMichele Calgaro <[email protected]>2024-01-14 13:34:26 +0900
commitb0c86264e0cd10a0d3a47de3b05be453d9417bcd (patch)
tree7ae4535306d69dc4b55f68eae0a65298330ee610 /kompare/kompareurldialog.cpp
parentd859a5c1f439fe432dedde763e40b2dad9875354 (diff)
downloadtdesdk-b0c86264e0cd10a0d3a47de3b05be453d9417bcd.tar.gz
tdesdk-b0c86264e0cd10a0d3a47de3b05be453d9417bcd.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kompare/kompareurldialog.cpp')
-rw-r--r--kompare/kompareurldialog.cpp8
1 files changed, 4 insertions, 4 deletions
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();
}