summaryrefslogtreecommitdiffstats
path: root/dcopperl/test.pl
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 15:55:57 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 15:55:57 -0600
commit9ba04742771370f59740e32e11c5f3a1e6a1b70a (patch)
treec81c34dae2b3b1ea73801bf18a960265dc4207f7 /dcopperl/test.pl
parent1a96c45b22d01378202d9dc7ed9c47acd30f966e (diff)
downloadtdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.tar.gz
tdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.zip
Initial TQt conversion
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 {