summaryrefslogtreecommitdiffstats
path: root/krecipes/src/tests/mxptest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/tests/mxptest.cpp')
-rw-r--r--krecipes/src/tests/mxptest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/krecipes/src/tests/mxptest.cpp b/krecipes/src/tests/mxptest.cpp
index 0cbfb90..476d062 100644
--- a/krecipes/src/tests/mxptest.cpp
+++ b/krecipes/src/tests/mxptest.cpp
@@ -10,7 +10,7 @@
#include <kapplication.h>
-#include <qstring.h>
+#include <ntqstring.h>
#include <iostream>
using std::cout;
@@ -28,7 +28,7 @@ main(int argc, char *argv[])
MXPImporter importer;
printf("Parsing mxptest.txt.\n");
- QStringList files; files << "mxptest.txt";
+ TQStringList files; files << "mxptest.txt";
importer.parseFiles(files);
Recipe recipe;
@@ -51,7 +51,7 @@ main(int argc, char *argv[])
Ingredient ing2;
ing2.name = "ingredient 2";
ing2.amount = 3.5;
- ing2.units.plural = QString::null;
+ ing2.units.plural = TQString::null;
recipe.ingList.append( ing2 );
Ingredient ing3;