diff options
Diffstat (limited to 'dcoppython/test/README-server')
-rw-r--r-- | dcoppython/test/README-server | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dcoppython/test/README-server b/dcoppython/test/README-server index 3d2528b8..b11aa07f 100644 --- a/dcoppython/test/README-server +++ b/dcoppython/test/README-server @@ -6,9 +6,9 @@ Run python server.py, then in another console: qt parrot [julian] julian$ dcop `dcop | grep petshop` parrot -QCStringList interfaces() -QCStringList functions() -QString squawk(QString) +TTQCStringList interfaces() +TTQCStringList functions() +TTQString squawk(TQString) void setAge(int) int age() [julian] julian$ dcop `dcop | grep petshop` parrot setAge 5 |