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 | f7959a4e97cdef8152a8bbf4e6d0b69cefea1baa (patch) | |
tree | 99affdbf92575f7b6d8cc418f7c0d58d7a9012cf /mcop/core.idl | |
parent | 54dec355e137f1efddb349314aef9bd999d4c3bf (diff) | |
download | arts-f7959a4e97cdef8152a8bbf4e6d0b69cefea1baa.tar.gz arts-f7959a4e97cdef8152a8bbf4e6d0b69cefea1baa.zip |
rename the following methods:
tqfind find
tqreplace replace
tqcontains contains
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'mcop/core.idl')
-rw-r--r-- | mcop/core.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mcop/core.idl b/mcop/core.idl index ea1062b..156632a 100644 --- a/mcop/core.idl +++ b/mcop/core.idl @@ -211,7 +211,7 @@ struct AttributeDef { * defines what methods/attributes a particular interface supports: these * do not contain the methods/attributes of inherited interfaces. * - * inheritedInterfaces only tqcontains the names of Interfaces that this one + * inheritedInterfaces only contains the names of Interfaces that this one * inherits in exactly one step. So to see if interface XYZ is inherited * from ABC, you need to check the "inheritedInterfaces" of XYZ, and their * "inheritedInterfaces" and their "inheritedInterfaces" and so on. @@ -530,7 +530,7 @@ interface TmpGlobalComm : GlobalComm { */ /** - * TraderOffer - this tqcontains an offer of an object (which is usually returned + * TraderOffer - this contains an offer of an object (which is usually returned * as result of a query. */ interface TraderOffer { |