summaryrefslogtreecommitdiffstats
path: root/krecipes/src/exporters/cookmlexporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/exporters/cookmlexporter.h')
-rw-r--r--krecipes/src/exporters/cookmlexporter.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/krecipes/src/exporters/cookmlexporter.h b/krecipes/src/exporters/cookmlexporter.h
index ce62b73..7e8d99a 100644
--- a/krecipes/src/exporters/cookmlexporter.h
+++ b/krecipes/src/exporters/cookmlexporter.h
@@ -24,15 +24,15 @@
class CookMLExporter : public BaseExporter
{
public:
- CookMLExporter( const QString&, const QString& );
+ CookMLExporter( const TQString&, const TQString& );
virtual ~CookMLExporter();
virtual int supportedItems() const;
protected:
- virtual QString createContent( const RecipeList& );
- virtual QString createHeader( const RecipeList& );
- virtual QString createFooter();
+ virtual TQString createContent( const RecipeList& );
+ virtual TQString createHeader( const RecipeList& );
+ virtual TQString createFooter();
};
#endif //COOKMLEXPORTER_H