summaryrefslogtreecommitdiffstats
path: root/utests/testrunner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utests/testrunner.cpp')
-rw-r--r--utests/testrunner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utests/testrunner.cpp b/utests/testrunner.cpp
index d518c17..3e0c2aa 100644
--- a/utests/testrunner.cpp
+++ b/utests/testrunner.cpp
@@ -45,7 +45,7 @@ namespace utest
{
int succes = 0;
int failure = 0;
- QPtrList<UnitTest>::iterator i = tests.begin();
+ TQPtrList<UnitTest>::iterator i = tests.begin();
while (i != tests.end())
{
Out() << "======================" << endl;