diff options
Diffstat (limited to 'kmail/headeritem.h')
-rw-r--r-- | kmail/headeritem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/headeritem.h b/kmail/headeritem.h index 1912d901f..c4a9a9309 100644 --- a/kmail/headeritem.h +++ b/kmail/headeritem.h @@ -64,7 +64,7 @@ public: ~SortCacheItem() { if(mUnsortedChildren) free(mUnsortedChildren); } /** The tqparent node of the item in the threading hierarchy. 0 if the item - * is at top level, which is the default. Can only be set by tqparents. */ + * is at top level, which is the default. Can only be set by parents. */ SortCacheItem *tqparent() const { return mParent; } /** * Returs whether the item is so far imperfectly threaded. |