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/README | |
parent | 1c76ebb4b71604470865e073b32a22eec3f8646b (diff) | |
download | tdebindings-60933ac14a69fb2b361c06761bb0c877f76130f9.tar.gz tdebindings-60933ac14a69fb2b361c06761bb0c877f76130f9.zip |
Rename TQCStringList
Diffstat (limited to 'dcoppython/README')
-rw-r--r-- | dcoppython/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dcoppython/README b/dcoppython/README index e5ea18cd..5a7dd642 100644 --- a/dcoppython/README +++ b/dcoppython/README @@ -25,7 +25,7 @@ DCOP retquires a TQString. In addition to the fundemental types, more complex QT coded, such as TQRect (which converts to a Python tuple ( (x1,y1), (x2,y2) ) ). Documentation is auto-generated out of marshal_funcs.data, creating file marshal_funcs_doc.html, -which details how each DCOP type (e.g. TQString, TQRect, int, TQCStringList) is represented in Python. +which details how each DCOP type (e.g. TQString, TQRect, int, QCStringList) is represented in Python. In this implementation, each DCOP type is represented by a basic Python type - numeric, tuple, etc. There are no "QT bindings" necessary. |