summaryrefslogtreecommitdiffstats
path: root/kompare/kompareurldialog.cpp
diff options
context:
space:
mode:
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();
}