summaryrefslogtreecommitdiffstats
path: root/krecipes/src/tests/nyctest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/tests/nyctest.cpp')
-rw-r--r--krecipes/src/tests/nyctest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/krecipes/src/tests/nyctest.cpp b/krecipes/src/tests/nyctest.cpp
index 70f9460..39263ee 100644
--- a/krecipes/src/tests/nyctest.cpp
+++ b/krecipes/src/tests/nyctest.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[])
NYCGenericImporter importer;
printf("Parsing nyctest.txt.\n");
- QStringList files; files << "nyctest.txt";
+ TQStringList files; files << "nyctest.txt";
importer.parseFiles(files);
Recipe recipe;
@@ -39,7 +39,7 @@ main(int argc, char *argv[])
recipe.categoryList.append( Element("Cookies & Squares",2) );
recipe.instructions =
"Drop by spoonful on greased cookie sheet. Bake in moderate oven.";
- //recipe.prepTime = QTime(0,30);
+ //recipe.prepTime = TQTime(0,30);
recipe.authorList.append( Element("Colleen Beamer") );