diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-22 13:38:00 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-22 13:38:00 -0600 |
| commit | e832e9f2ab4ef7c9649c5a43824c2c8f97d5c6df (patch) | |
| tree | 1f6a56de772e0b9ad9b75253d7dc6fa98865e04e /doc/html/_sources/directives.txt | |
| parent | 71cbc66f6c877652370529d008263320a6cea74c (diff) | |
| download | sip4-tqt-e832e9f2ab4ef7c9649c5a43824c2c8f97d5c6df.tar.gz sip4-tqt-e832e9f2ab4ef7c9649c5a43824c2c8f97d5c6df.zip | |
Fix accidental rename of strings to tqunicode
Diffstat (limited to 'doc/html/_sources/directives.txt')
| -rw-r--r-- | doc/html/_sources/directives.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/_sources/directives.txt b/doc/html/_sources/directives.txt index 7c1a064..7e3a2e0 100644 --- a/doc/html/_sources/directives.txt +++ b/doc/html/_sources/directives.txt @@ -515,7 +515,7 @@ the correct type prior to conversion. When used as part of a class specification it can automatically convert additional types of Python object. For example, PyQt uses it in the specification of the ``QString`` class to allow Python string objects and -tqunicode objects to be used wherever ``QString`` instances are expected. +unicode objects to be used wherever ``QString`` instances are expected. The following variables are made available to the handwritten code: |
