summaryrefslogtreecommitdiffstats
path: root/krecipes/src/importers/rezkonvimporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/importers/rezkonvimporter.h')
-rw-r--r--krecipes/src/importers/rezkonvimporter.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/krecipes/src/importers/rezkonvimporter.h b/krecipes/src/importers/rezkonvimporter.h
index 2b0b707..90d873b 100644
--- a/krecipes/src/importers/rezkonvimporter.h
+++ b/krecipes/src/importers/rezkonvimporter.h
@@ -11,7 +11,7 @@
#ifndef REZKONVIMPORTER_H
#define REZKONVIMPORTER_H
-#include <qstringlist.h>
+#include <ntqstringlist.h>
#include "baseimporter.h"
#include "datablocks/recipe.h"
@@ -23,20 +23,20 @@ public:
~RezkonvImporter();
protected:
- void parseFile( const QString &filename );
+ void parseFile( const TQString &filename );
private:
- void loadIngredient( const QString &line, Recipe & recipe, bool &is_sub );
- void loadIngredientHeader( const QString &line, Recipe & recipe );
- void loadInstructions( QStringList::const_iterator &raw_text, Recipe & recipe );
- void loadReferences( QStringList::const_iterator &raw_text, Recipe & recipe );
+ void loadIngredient( const TQString &line, Recipe & recipe, bool &is_sub );
+ void loadIngredientHeader( const TQString &line, Recipe & recipe );
+ void loadInstructions( TQStringList::const_iterator &raw_text, Recipe & recipe );
+ void loadReferences( TQStringList::const_iterator &raw_text, Recipe & recipe );
- void readRange( const QString &, double &amount, double &amount_offset );
- void readRecipe( const QStringList &raw_text );
+ void readRange( const TQString &, double &amount, double &amount_offset );
+ void readRecipe( const TQStringList &raw_text );
- QStringList::const_iterator m_end_it;
+ TQStringList::const_iterator m_end_it;
- QString current_header;
+ TQString current_header;
};
#endif //REZKONVIMPORTER_H