summaryrefslogtreecommitdiffstats
path: root/kunittest/runner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kunittest/runner.cpp')
-rw-r--r--kunittest/runner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kunittest/runner.cpp b/kunittest/runner.cpp
index ebf74e213..972a34276 100644
--- a/kunittest/runner.cpp
+++ b/kunittest/runner.cpp
@@ -203,7 +203,7 @@ namespace KUnitTest
void Runner::runTest(const char *name)
{
- Tester *test = m_registry.tqfind(name);
+ Tester *test = m_registry.find(name);
if ( test == 0L ) return;
if ( s_debugCapturingEnabled )