diff options
Diffstat (limited to 'kmail/bodyvisitor.cpp')
-rw-r--r-- | kmail/bodyvisitor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/bodyvisitor.cpp b/kmail/bodyvisitor.cpp index 337c843cd..a4520f3c7 100644 --- a/kmail/bodyvisitor.cpp +++ b/kmail/bodyvisitor.cpp @@ -116,7 +116,7 @@ namespace KMail { // check whether to load this part or not: // look at the basic list, ask the subclass and check the tqparent if ( mBasicList.tqcontains( part->originalContentTypeStr() ) || - tqparentNeedsLoading( part ) || + parentNeedsLoading( part ) || addPartToList( part ) ) { if ( part->typeStr() != "MULTIPART" || @@ -137,7 +137,7 @@ namespace KMail { } //----------------------------------------------------------------------------- - bool BodyVisitor::tqparentNeedsLoading( KMMessagePart *msgPart ) + bool BodyVisitor::parentNeedsLoading( KMMessagePart *msgPart ) { KMMessagePart *part = msgPart; while ( part ) |