summaryrefslogtreecommitdiffstats
path: root/krecipes/src/widgets/weightinput.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/widgets/weightinput.cpp')
-rw-r--r--krecipes/src/widgets/weightinput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krecipes/src/widgets/weightinput.cpp b/krecipes/src/widgets/weightinput.cpp
index be2c162..17d3d0a 100644
--- a/krecipes/src/widgets/weightinput.cpp
+++ b/krecipes/src/widgets/weightinput.cpp
@@ -24,7 +24,7 @@ WeightInput::WeightInput( TQWidget *parent, RecipeDB *database, Unit::Type type,
prepMethodBox = new PrepMethodComboBox(false,this,database,i18n("-No Preparation-"));
prepMethodBox->reload();
- connect( prepMethodBox, SIGNAL(activated(int)), SLOT(emitValueChanged()) );
+ connect( prepMethodBox, TQ_SIGNAL(activated(int)), TQ_SLOT(emitValueChanged()) );
}
void WeightInput::emitValueChanged()