summaryrefslogtreecommitdiffstats
path: root/kmail/attachmentcollector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/attachmentcollector.cpp')
-rw-r--r--kmail/attachmentcollector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/attachmentcollector.cpp b/kmail/attachmentcollector.cpp
index 688af623..b902f596 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 tqchildren
+ node = node->next( false ); // skip even the children
continue;
}
if ( isInExclusionList( node ) ) {