summaryrefslogtreecommitdiffstats
path: root/lib/kofficecore/KoDocumentInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficecore/KoDocumentInfo.cpp')
-rw-r--r--lib/kofficecore/KoDocumentInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/KoDocumentInfo.cpp b/lib/kofficecore/KoDocumentInfo.cpp
index ccec3424..f6a3fe69 100644
--- a/lib/kofficecore/KoDocumentInfo.cpp
+++ b/lib/kofficecore/KoDocumentInfo.cpp
@@ -920,7 +920,7 @@ bool KoDocumentInfoUserMetadata::loadOasis( const TQDomNode& metaDoc )
if ( e.namespaceURI() == KoXmlNS::meta && e.localName() == "user-defined" && !e.text().isEmpty() )
{
TQString name = e.attributeNS( KoXmlNS::meta, "name", TQString() );
- if ( !m_reserved.tqcontains( name ) )
+ if ( !m_reserved.contains( name ) )
m_metaList[ name ] = e.text();
}
}