summaryrefslogtreecommitdiffstats
path: root/krecipes/src/importers/mxpimporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/importers/mxpimporter.h')
-rw-r--r--krecipes/src/importers/mxpimporter.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/krecipes/src/importers/mxpimporter.h b/krecipes/src/importers/mxpimporter.h
index d45a091..b5d37bd 100644
--- a/krecipes/src/importers/mxpimporter.h
+++ b/krecipes/src/importers/mxpimporter.h
@@ -11,7 +11,7 @@
#ifndef MXPIMPORTER_H
#define MXPIMPORTER_H
-#include <qstring.h>
+#include <ntqstring.h>
#include "baseimporter.h"
@@ -26,20 +26,20 @@ public:
virtual ~MXPImporter();
protected:
- void parseFile( const QString& filename );
+ void parseFile( const TQString& filename );
private:
- void importMXP( QTextStream &stream );
+ void importMXP( TQTextStream &stream );
- void loadCategories( QTextStream &stream, Recipe &recipe );
- void loadIngredients( QTextStream &stream, Recipe &recipe );
- void loadInstructions( QTextStream &stream, Recipe &recipe );
- void loadOptionalFields( QTextStream &stream, Recipe &recipe );
+ void loadCategories( TQTextStream &stream, Recipe &recipe );
+ void loadIngredients( TQTextStream &stream, Recipe &recipe );
+ void loadInstructions( TQTextStream &stream, Recipe &recipe );
+ void loadOptionalFields( TQTextStream &stream, Recipe &recipe );
- void importMac( QTextStream &stream );
- void importGeneric( QTextStream &stream );
+ void importMac( TQTextStream &stream );
+ void importGeneric( TQTextStream &stream );
- QString getNextQuotedString( QTextStream &stream );
+ TQString getNextQuotedString( TQTextStream &stream );
};
#endif //MXPIMPORTER_H