diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 89c017c3d5126cabd96acce26f538b37b48c085f (patch) | |
tree | 115673043b52ffe2e5f8b01ebcd7b886e0a1318b /src/entry.h | |
parent | 0254ebaa5e056092461fd585b6851d15faa43035 (diff) | |
download | tellico-89c017c3d5126cabd96acce26f538b37b48c085f.tar.gz tellico-89c017c3d5126cabd96acce26f538b37b48c085f.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/tellico@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/entry.h')
-rw-r--r-- | src/entry.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/entry.h b/src/entry.h index 295a6d5..c4cbc8b 100644 --- a/src/entry.h +++ b/src/entry.h @@ -72,7 +72,7 @@ public: * The constructor, which automatically sets the id to the current number * of entries in the collection. * - * @param coll A pointer to the tqparent collection object + * @param coll A pointer to the parent collection object */ Entry(CollPtr coll); Entry(CollPtr coll, int id); @@ -140,7 +140,7 @@ public: bool setField(const TQString& fieldName, const TQString& value); bool setField(Data::FieldPtr field, const TQString& value); /** - * Returns a pointer to the tqparent collection of the entry. + * Returns a pointer to the parent collection of the entry. * * @return The collection pointer */ @@ -201,8 +201,8 @@ public: */ TQStringList formattedFieldValues() const { return m_formattedFields.values(); } /** - * Returns a boolean indicating if the entry's tqparent collection recognizes - * it existence, that is, the tqparent collection has this entry in its list. + * Returns a boolean indicating if the entry's parent collection recognizes + * it existence, that is, the parent collection has this entry in its list. * * @return Whether the entry is owned or not */ |