diff options
Diffstat (limited to 'kmail/attachmentcollector.cpp')
-rw-r--r-- | kmail/attachmentcollector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/attachmentcollector.cpp b/kmail/attachmentcollector.cpp index b902f596f..688af6233 100644 --- a/kmail/attachmentcollector.cpp +++ b/kmail/attachmentcollector.cpp @@ -65,7 +65,7 @@ void KMail::AttachmentCollector::collectAttachmentsFrom( partNode * node ) { continue; } if ( isInSkipList( node ) ) { - node = node->next( false ); // skip even the children + node = node->next( false ); // skip even the tqchildren continue; } if ( isInExclusionList( node ) ) { |