summaryrefslogtreecommitdiffstats
path: root/mimelib/mimelib/text.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commit36a36a5c1015aa0d03f4515c401e907ddb9d6291 (patch)
tree0212ba6d2c749043134005a41f2bd0379619d40f /mimelib/mimelib/text.h
parent4c6f8d69e2d1501837affb472c4eb8fec4462240 (diff)
downloadtdepim-36a36a5c1015aa0d03f4515c401e907ddb9d6291.tar.gz
tdepim-36a36a5c1015aa0d03f4515c401e907ddb9d6291.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'mimelib/mimelib/text.h')
-rw-r--r--mimelib/mimelib/text.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mimelib/mimelib/text.h b/mimelib/mimelib/text.h
index c3e084da..14fd8f7d 100644
--- a/mimelib/mimelib/text.h
+++ b/mimelib/mimelib/text.h
@@ -55,14 +55,14 @@ public:
DwText(const DwString& aStr, DwMessageComponent* aParent=0);
//. The first constructor is the default constructor, which sets the
//. {\tt DwText} object's string representation to the empty string
- //. and sets its tqparent to NULL.
+ //. and sets its parent to NULL.
//.
//. The second constructor is the copy constructor, which copies the
//. string representation from {\tt aText}.
- //. The tqparent of the new {\tt DwText} object is set to NULL.
+ //. The parent of the new {\tt DwText} object is set to NULL.
//.
//. The third constructor copies {\tt aStr} to the {\tt DwText}
- //. object's string representation and sets {\tt aParent} as its tqparent.
+ //. object's string representation and sets {\tt aParent} as its parent.
//. The virtual member function {\tt Parse()} should be called immediately
//. after this constructor in order to parse the string representation.
//. Unless it is NULL, {\tt aParent} should point to an object of a class