summaryrefslogtreecommitdiffstats
path: root/krecipes/src/importers/nycgenericimporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/importers/nycgenericimporter.h')
-rw-r--r--krecipes/src/importers/nycgenericimporter.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/krecipes/src/importers/nycgenericimporter.h b/krecipes/src/importers/nycgenericimporter.h
index f0ac1c3..7a215cd 100644
--- a/krecipes/src/importers/nycgenericimporter.h
+++ b/krecipes/src/importers/nycgenericimporter.h
@@ -11,8 +11,8 @@
#ifndef NYCGENERICIMPORTER_H
#define NYCGENERICIMPORTER_H
-#include <qstring.h>
-#include <qdatetime.h>
+#include <ntqstring.h>
+#include <ntqdatetime.h>
#include "baseimporter.h"
#include "datablocks/ingredientlist.h"
@@ -28,15 +28,15 @@ public:
~NYCGenericImporter();
protected:
- void parseFile( const QString& filename );
+ void parseFile( const TQString& filename );
private:
- void importNYCGeneric( QTextStream &stream );
+ void importNYCGeneric( TQTextStream &stream );
void putDataInRecipe();
- void loadIngredientLine( const QString & );
+ void loadIngredientLine( const TQString & );
Recipe m_recipe;
- QString current_header;
+ TQString current_header;
bool first;
};