summaryrefslogtreecommitdiffstats
path: root/krecipes/src/exporters/mmfexporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/exporters/mmfexporter.h')
-rw-r--r--krecipes/src/exporters/mmfexporter.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/krecipes/src/exporters/mmfexporter.h b/krecipes/src/exporters/mmfexporter.h
index 5b50f4d..6cb1d8a 100644
--- a/krecipes/src/exporters/mmfexporter.h
+++ b/krecipes/src/exporters/mmfexporter.h
@@ -31,21 +31,21 @@
class MMFExporter : public BaseExporter
{
public:
- MMFExporter( const QString&, const QString& );
+ MMFExporter( const TQString&, const TQString& );
virtual ~MMFExporter();
virtual int supportedItems() const;
protected:
- virtual QString createContent( const RecipeList & );
+ virtual TQString createContent( const RecipeList & );
private:
- void writeMMFHeader( QString &content, const Recipe &recipe );
- void writeMMFIngredients( QString &content, const Recipe &recipe );
- void writeSingleIngredient( QString &content, const Ingredient &ing, bool is_sub = false );
- void writeMMFDirections( QString &content, const Recipe &recipe );
+ void writeMMFHeader( TQString &content, const Recipe &recipe );
+ void writeMMFIngredients( TQString &content, const Recipe &recipe );
+ void writeSingleIngredient( TQString &content, const Ingredient &ing, bool is_sub = false );
+ void writeMMFDirections( TQString &content, const Recipe &recipe );
- QStringList wrapText( const QString& str, int at ) const;
+ TQStringList wrapText( const TQString& str, int at ) const;
};
#endif //MMFEXPORTER_H