diff options
Diffstat (limited to 'dcoppython/test')
-rw-r--r-- | dcoppython/test/README-server | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dcoppython/test/README-server b/dcoppython/test/README-server index 7e73875a..84aac5c7 100644 --- a/dcoppython/test/README-server +++ b/dcoppython/test/README-server @@ -6,8 +6,8 @@ Run python server.py, then in another console: qt parrot [julian] julian$ dcop `dcop | grep petshop` parrot -TQCStringList interfaces() -TQCStringList functions() +QCStringList interfaces() +QCStringList functions() TQString squawk(TQString) void setAge(int) int age() |