summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmdocumentationmap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmdocumentationmap.cpp')
-rw-r--r--kpovmodeler/pmdocumentationmap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpovmodeler/pmdocumentationmap.cpp b/kpovmodeler/pmdocumentationmap.cpp
index 8fe29ce6..df2bf620 100644
--- a/kpovmodeler/pmdocumentationmap.cpp
+++ b/kpovmodeler/pmdocumentationmap.cpp
@@ -30,7 +30,7 @@ KStaticDeleter<PMDocumentationMap> PMDocumentationMap::s_staticDeleter;
TQString PMDocumentationVersion::documentation( const TQString& className ) const
{
- if( m_map.tqcontains( className ) )
+ if( m_map.contains( className ) )
return m_map[className];
return m_index;
}