summaryrefslogtreecommitdiffstats
path: root/kspread/tests/test_formula.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/tests/test_formula.cc')
-rw-r--r--kspread/tests/test_formula.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/kspread/tests/test_formula.cc b/kspread/tests/test_formula.cc
index 75aff4b9..93acc86f 100644
--- a/kspread/tests/test_formula.cc
+++ b/kspread/tests/test_formula.cc
@@ -34,9 +34,9 @@ void run( Tester* test )
if ( failed )
{
kdDebug() << test->failed() << " of " << test->count() << " tests failed:" << endl;
- QStringList errors = test->errors();
- QStringList::ConstIterator end = errors.end();
- for (QStringList::ConstIterator it = errors.begin(); it != end; ++it )
+ TQStringList errors = test->errors();
+ TQStringList::ConstIterator end = errors.end();
+ for (TQStringList::ConstIterator it = errors.begin(); it != end; ++it )
{
kdDebug() << (*it) << endl;
}