summaryrefslogtreecommitdiffstats
path: root/krecipes/src/datablocks/ingredientproperty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/datablocks/ingredientproperty.cpp')
-rw-r--r--krecipes/src/datablocks/ingredientproperty.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krecipes/src/datablocks/ingredientproperty.cpp b/krecipes/src/datablocks/ingredientproperty.cpp
index 331ee93..d8c621e 100644
--- a/krecipes/src/datablocks/ingredientproperty.cpp
+++ b/krecipes/src/datablocks/ingredientproperty.cpp
@@ -16,7 +16,7 @@ IngredientProperty::IngredientProperty()
amount = 0.0;
}
-IngredientProperty::IngredientProperty( const QString &_name, const QString &_units, int _id ) :
+IngredientProperty::IngredientProperty( const TQString &_name, const TQString &_units, int _id ) :
id( _id ),
name( _name ),
units( _units )