diff options
author | Timothy Pearson <[email protected]> | 2011-12-05 16:23:22 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-05 16:23:22 -0600 |
commit | 60933ac14a69fb2b361c06761bb0c877f76130f9 (patch) | |
tree | 496d37046c08f2faecdd19478fe7bfe4eb00bf38 /dcoppython/test/README-server | |
parent | 1c76ebb4b71604470865e073b32a22eec3f8646b (diff) | |
download | tdebindings-60933ac14a69fb2b361c06761bb0c877f76130f9.tar.gz tdebindings-60933ac14a69fb2b361c06761bb0c877f76130f9.zip |
Rename TQCStringList
Diffstat (limited to 'dcoppython/test/README-server')
-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() |