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 b11aa07f..7e73875a 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 -TTQCStringList interfaces() -TTQCStringList functions() -TTQString squawk(TQString) +TQCStringList interfaces() +TQCStringList functions() +TQString squawk(TQString) void setAge(int) int age() [julian] julian$ dcop `dcop | grep petshop` parrot setAge 5 |