diff options
Diffstat (limited to 'lib/kofficecore/KoDocumentChild.cpp')
-rw-r--r-- | lib/kofficecore/KoDocumentChild.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kofficecore/KoDocumentChild.cpp b/lib/kofficecore/KoDocumentChild.cpp index 308493ad..27d4a673 100644 --- a/lib/kofficecore/KoDocumentChild.cpp +++ b/lib/kofficecore/KoDocumentChild.cpp @@ -102,7 +102,7 @@ KoDocument *KoDocumentChild::document() const return d->m_doc; } -KoDocument* KoDocumentChild::tqparentDocument() const +KoDocument* KoDocumentChild::parentDocument() const { return d->m_parent; } @@ -349,9 +349,9 @@ bool KoDocumentChild::loadDocumentInternal( KoStore* store, const KoDocumentEntr // see KoDocument::insertChild for an explanation what's going on // now :-) - if ( tqparentDocument() ) + if ( parentDocument() ) { - KoDocument *tqparent = tqparentDocument(); + KoDocument *tqparent = parentDocument(); if ( tqparent->manager() && tqparent->manager()->parts() ) { |