summaryrefslogtreecommitdiffstats
path: root/dcopperl/test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'dcopperl/test.pl')
-rw-r--r--dcopperl/test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcopperl/test.pl b/dcopperl/test.pl
index 0402395e..29187a2e 100644
--- a/dcopperl/test.pl
+++ b/dcopperl/test.pl
@@ -62,7 +62,7 @@ sub query {
print "[$#$list]";
check ($list = $client->remoteFunctions("kdesktop", "qt"));
print "[$#$list]";
- check grep /^QCStringList functions\(\)$/, @$list;
+ check grep /^TQCStringList functions\(\)$/, @$list;
}
sub calls {