summaryrefslogtreecommitdiffstats
path: root/krename/replacedialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krename/replacedialog.cpp')
-rw-r--r--krename/replacedialog.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/krename/replacedialog.cpp b/krename/replacedialog.cpp
index b91d5e5..6a9d9ce 100644
--- a/krename/replacedialog.cpp
+++ b/krename/replacedialog.cpp
@@ -96,15 +96,15 @@ ReplaceDialog::ReplaceDialog( TQValueList<replacestrings> & r, TQWidget* parent
text1->setFocus();
- connect( buttonAdd, TQT_SIGNAL( clicked() ), this, TQT_SLOT( add() ) );
- connect( buttonRemove, TQT_SIGNAL( clicked() ), this, TQT_SLOT( remove() ) );
- connect( list, TQT_SIGNAL( clicked( TQListViewItem* ) ), this, TQT_SLOT( enableControls() ) );
- connect( list, TQT_SIGNAL( doubleClicked( TQListViewItem* ) ), this, TQT_SLOT( slotEdit() ) );
- connect( text2, TQT_SIGNAL( returnPressed() ), this, TQT_SLOT( add() ) );
- connect( text1, TQT_SIGNAL( returnPressed() ), this, TQT_SLOT( moveFocus() ) );
- connect( buttonRegEdit, TQT_SIGNAL( clicked() ), this, TQT_SLOT( invokeRegEdit() ) );
- connect( checkReg, TQT_SIGNAL( clicked() ), this, TQT_SLOT( enableControls() ) );
- connect( buttonEdit, TQT_SIGNAL( clicked() ), this, TQT_SLOT( slotEdit() ) );
+ connect( buttonAdd, TQ_SIGNAL( clicked() ), this, TQ_SLOT( add() ) );
+ connect( buttonRemove, TQ_SIGNAL( clicked() ), this, TQ_SLOT( remove() ) );
+ connect( list, TQ_SIGNAL( clicked( TQListViewItem* ) ), this, TQ_SLOT( enableControls() ) );
+ connect( list, TQ_SIGNAL( doubleClicked( TQListViewItem* ) ), this, TQ_SLOT( slotEdit() ) );
+ connect( text2, TQ_SIGNAL( returnPressed() ), this, TQ_SLOT( add() ) );
+ connect( text1, TQ_SIGNAL( returnPressed() ), this, TQ_SLOT( moveFocus() ) );
+ connect( buttonRegEdit, TQ_SIGNAL( clicked() ), this, TQ_SLOT( invokeRegEdit() ) );
+ connect( checkReg, TQ_SIGNAL( clicked() ), this, TQ_SLOT( enableControls() ) );
+ connect( buttonEdit, TQ_SIGNAL( clicked() ), this, TQ_SLOT( slotEdit() ) );
for( unsigned int i = 0; i < r.count(); i++ ) {
replacestrings rs = r[i];