summaryrefslogtreecommitdiffstats
path: root/krecipes/src/dialogs/similarcategoriesdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/dialogs/similarcategoriesdialog.cpp')
-rw-r--r--krecipes/src/dialogs/similarcategoriesdialog.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/krecipes/src/dialogs/similarcategoriesdialog.cpp b/krecipes/src/dialogs/similarcategoriesdialog.cpp
index f81e4ba..e292967 100644
--- a/krecipes/src/dialogs/similarcategoriesdialog.cpp
+++ b/krecipes/src/dialogs/similarcategoriesdialog.cpp
@@ -113,11 +113,11 @@ SimilarCategoriesDialog::SimilarCategoriesDialog( ElementList &list, TQWidget* p
resize( TQSize(573, 429).expandedTo(minimumSizeHint()) );
clearWState( WState_Polished );
- connect( searchButton, SIGNAL(clicked()), this, SLOT(findMatches()) );
- connect( mergeButton, SIGNAL(clicked()), this, SLOT(mergeMatches()) );
- connect( cancelButton, SIGNAL(clicked()), this, SLOT(reject()) );
- connect( addButton, SIGNAL(clicked()), this, SLOT(addCategory()) );
- connect( removeButton, SIGNAL(clicked()), this, SLOT(removeCategory()) );
+ connect( searchButton, TQ_SIGNAL(clicked()), this, TQ_SLOT(findMatches()) );
+ connect( mergeButton, TQ_SIGNAL(clicked()), this, TQ_SLOT(mergeMatches()) );
+ connect( cancelButton, TQ_SIGNAL(clicked()), this, TQ_SLOT(reject()) );
+ connect( addButton, TQ_SIGNAL(clicked()), this, TQ_SLOT(addCategory()) );
+ connect( removeButton, TQ_SIGNAL(clicked()), this, TQ_SLOT(removeCategory()) );
}
/*