summaryrefslogtreecommitdiffstats
path: root/krecipes/src/widgets/criteriacombobox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/widgets/criteriacombobox.cpp')
-rw-r--r--krecipes/src/widgets/criteriacombobox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krecipes/src/widgets/criteriacombobox.cpp b/krecipes/src/widgets/criteriacombobox.cpp
index a5010e6..f04c522 100644
--- a/krecipes/src/widgets/criteriacombobox.cpp
+++ b/krecipes/src/widgets/criteriacombobox.cpp
@@ -18,7 +18,7 @@
CriteriaComboBox::CriteriaComboBox( bool b, TQWidget *parent, RecipeDB *db ) : KComboBox( b, parent ),
database( db )
{
- connect( db, SIGNAL(ratingCriteriaCreated(const Element &)), this, SLOT(addCriteria(const Element &)) );
+ connect( db, TQ_SIGNAL(ratingCriteriaCreated(const Element &)), this, TQ_SLOT(addCriteria(const Element &)) );
}
void CriteriaComboBox::addCriteria( const Element &criteria )