diff options
Diffstat (limited to 'dcopperl/DCOP.pm')
-rw-r--r-- | dcopperl/DCOP.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dcopperl/DCOP.pm b/dcopperl/DCOP.pm index c71e1f91..f5b7cddf 100644 --- a/dcopperl/DCOP.pm +++ b/dcopperl/DCOP.pm @@ -233,7 +233,7 @@ sub remoteFunctions($app, $object) returns a reference to an array with the names of the functions the specified interface supports. The functions are returned as their signatures with parameter names and return type like - TQCStringList functions() + QCStringList functions() sub normalizeSignature($signature) @@ -260,7 +260,7 @@ mapped to scalar =item * TQString (no Unicode support yet, just latin 1) mapped to scalar -=item * TQCStringList +=item * QCStringList mapped to a reference to an array of scalars. =item * TQStringList |