summaryrefslogtreecommitdiffstats
path: root/dcopperl/DCOP.pm
diff options
context:
space:
mode:
Diffstat (limited to 'dcopperl/DCOP.pm')
-rw-r--r--dcopperl/DCOP.pm18
1 files changed, 9 insertions, 9 deletions
diff --git a/dcopperl/DCOP.pm b/dcopperl/DCOP.pm
index ff463362..c71e1f91 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
- QCStringList functions()
+ TQCStringList functions()
sub normalizeSignature($signature)
@@ -254,31 +254,31 @@ return values:
=item * int
mapped to scalar
-=item * QCString
+=item * TQCString
mapped to scalar
-=item * QString (no Unicode support yet, just latin 1)
+=item * TQString (no Unicode support yet, just latin 1)
mapped to scalar
-=item * QCStringList
+=item * TQCStringList
mapped to a reference to an array of scalars.
-=item * QStringList
+=item * TQStringList
mapped to a reference to an array of scalars.
-=item * QPoint (untested)
+=item * TQPoint (untested)
mapped to a reference to a two elemtent array [$x, $y]
named value support via hash planned.
-=item * QSize (untested)
+=item * TQSize (untested)
mapped to a reference to a two elemtent array [$width, $height]
named value support via hash planned.
-=item * QRect (untested)
+=item * TQRect (untested)
mapped to a reference to a four elemtent array [$left, $top, $width, $height]
named value support via hash planned (including alternative right and bottom / width height)
-=item * KURL (only QString url() now)
+=item * KURL (only TQString url() now)
mapped to scalar
=item * DCOPRef (partially)