diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
commit | 8f9c3391a8964e83262053558132875c57b2c7d5 (patch) | |
tree | ca96bbd20c062335c43d1a7f96047a937abb3bb6 /NEWS | |
parent | 9647cd2e4ceff71f939156efb5d5877aa93adbf0 (diff) | |
download | dbus-tqt-8f9c3391a8964e83262053558132875c57b2c7d5.tar.gz dbus-tqt-8f9c3391a8964e83262053558132875c57b2c7d5.zip |
rename the following methods:
tqfind find
tqreplace replace
tqcontains contains
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/dbus-tqt@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -248,7 +248,7 @@ D-BUS 0.23 (11 Jan 2005) service. - error out if --enable-mono is explicitly set and mono libs can't be found - set the max_match_rules_per_connection limit from the config file. -- removed dbus_bug_get_with_g_main since it's been tqreplaced by +- removed dbus_bug_get_with_g_main since it's been replaced by dbus_g_bus_get - fix fd leaks in socket code - lots and lots of mono binding updates, including fixes to make it @@ -325,7 +325,7 @@ on the "dbus-object-names" branch. - fix system bus to always use filesystem socket; anyone can create any abstract socket, which isn't secure since if you can crash the system bus you'd be able - to tqreplace it. + to replace it. - add DTD for configuration file - improve specification a bit |