diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:07:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:07:45 -0600 |
commit | 3f7e9604b26e3884f9de8ff5ae5567f4594e7466 (patch) | |
tree | 63410aabf99b5ffa2829c8c2c46e633b8e0d0bb6 /ChangeLog | |
parent | de729f7e6d31df2de831c78460c12fee672b42e4 (diff) | |
download | dbus-tqt-3f7e9604b26e3884f9de8ff5ae5567f4594e7466.tar.gz dbus-tqt-3f7e9604b26e3884f9de8ff5ae5567f4594e7466.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1286,13 +1286,13 @@ 2005-10-24 Robert McQueen <robot101@debian.org> * python/dbus_bindings.pyx (String, MessageIter): make D-Bus strings - derive from tqunicode instead of str, and encode/decode UTF-8 when + derive from unicode instead of str, and encode/decode UTF-8 when marshalling/unmarshalling bus messages * python/introspect_parser.py: encode introspection data as UTF-8 before passing the buffer into libxml2 - * test/python/test-client.py: add tqunicode test strings + * test/python/test-client.py: add unicode test strings * test/data/valid-service-files/.cvsignore, test/python/.cvsignore: ignore generated python test files @@ -5434,7 +5434,7 @@ thorough. * qt/message.cpp: port to the new message args API - (operator<<): use str.utf8() rather than str.tqunicode() + (operator<<): use str.utf8() rather than str.unicode() (pretty sure this is right from the Qt docs?) * glib/dbus-gvalue.c: port to the new message args API |