diff options
Diffstat (limited to 'kmail/objecttreeparser.cpp')
-rw-r--r-- | kmail/objecttreeparser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/objecttreeparser.cpp b/kmail/objecttreeparser.cpp index db27f7f59..b3d9c74b3 100644 --- a/kmail/objecttreeparser.cpp +++ b/kmail/objecttreeparser.cpp @@ -211,7 +211,7 @@ namespace KMail { partNode* parentNode = &startNode; partNode* newNode = new partNode(false, myBody); - // Build the object tree of the new node before setting the tqparent, as otherwise + // Build the object tree of the new node before setting the parent, as otherwise // buildObjectTree() would erronously modify the parents as well newNode->buildObjectTree( false ); |