summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmaddcommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmaddcommand.cpp')
-rw-r--r--kpovmodeler/pmaddcommand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpovmodeler/pmaddcommand.cpp b/kpovmodeler/pmaddcommand.cpp
index 1f34e82c..5b258312 100644
--- a/kpovmodeler/pmaddcommand.cpp
+++ b/kpovmodeler/pmaddcommand.cpp
@@ -186,7 +186,7 @@ void PMAddCommand::undo( PMCommandManager* theManager )
if( decl )
{
m_links.append( lit.current( ) );
- if( !m_linkedDeclares.tqcontainsRef( decl ) )
+ if( !m_linkedDeclares.containsRef( decl ) )
m_linkedDeclares.append( decl );
}
}