tag 455318 patch
thanks

Martin Michlmayr <[EMAIL PROTECTED]> (09/12/2007):
> Package: krecipes
> Version: 1.0~beta1-1
> Usertags: ftbfs-gcc-4.3

Hi,

please find attached a patch to fix this FTBFS.

Cheers,

-- 
Cyril Brulebois
--- a/krecipes/src/importers/kreimporter.h
+++ b/krecipes/src/importers/kreimporter.h
@@ -46,7 +46,7 @@
 	void readCategoryStructure( const QDomNodeList& l, CategoryTree *tree );
 	void readDescription( const QDomNodeList& l, Recipe* );
 	void readIngredients( const QDomNodeList& l, Recipe*, const QString &header = QString::null, Ingredient *ing = 0 );
-	void readAmount( const QDomElement& amount, double &amount, double &amount_offset );
+	void readAmount( const QDomElement& amount1, double &amount2, double &amount_offset );
 	void readRatings( const QDomNodeList&, Recipe * );
 	void readCriterion( const QDomNodeList&, RatingCriteriaList &r );
 };
--- a/krecipes/src/importers/recipemlimporter.h
+++ b/krecipes/src/importers/recipemlimporter.h
@@ -38,14 +38,14 @@
 private:
 	void readRecipemlDirections( const QDomElement& dirs );
 	void readRecipemlHead( const QDomElement& head );
-	void readRecipemlIng( const QDomElement& ing, Ingredient *ing = 0, const QString &header = QString::null );
+	void readRecipemlIng( const QDomElement& ing1, Ingredient *ing2 = 0, const QString &header = QString::null );
 	void readRecipemlIngs( const QDomElement& ings );
 	void readRecipemlMenu( const QDomElement& menu );
 	void readRecipemlSrcItems( const QDomElement& sources );
 	void readRecipemlRecipe( const QDomElement& recipe );
 	void readRecipemlPreptime( const QDomElement &preptime );
 	void readRecipemlQty( const QDomElement &qty, Ingredient &ing );
-	void readRecipemlRange( const QDomElement& range, double &range, double &range_offset );
+	void readRecipemlRange( const QDomElement& range1, double &range2, double &range_offset );
 
 	Recipe recipe;
 };

Attachment: signature.asc
Description: Digital signature

_______________________________________________
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras

Reply via email to