summaryrefslogtreecommitdiffstats
path: root/kunittest/example/module/sampleextra.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kunittest/example/module/sampleextra.cpp')
-rw-r--r--kunittest/example/module/sampleextra.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kunittest/example/module/sampleextra.cpp b/kunittest/example/module/sampleextra.cpp
index 38c49448..fa17aa6c 100644
--- a/kunittest/example/module/sampleextra.cpp
+++ b/kunittest/example/module/sampleextra.cpp
@@ -33,5 +33,5 @@ void SomeExtraTester::allTests()
{
kdDebug() << "Debug output belonging to SomeExtraTester." << endl;
- CHECK( QString("Extra") , QString("Extra") );
+ CHECK( TQString("Extra") , TQString("Extra") );
}