summaryrefslogtreecommitdiffstats
path: root/khtml/khtml_factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/khtml_factory.cpp')
-rw-r--r--khtml/khtml_factory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/khtml_factory.cpp b/khtml/khtml_factory.cpp
index bb80a1e83..7eedc6311 100644
--- a/khtml/khtml_factory.cpp
+++ b/khtml/khtml_factory.cpp
@@ -146,7 +146,7 @@ void KHTMLFactory::registerPart( KHTMLPart *part )
if ( !s_parts )
s_parts = new TQPtrList<KHTMLPart>;
- if ( !s_parts->tqcontainsRef( part ) )
+ if ( !s_parts->containsRef( part ) )
{
s_parts->append( part );
ref();