summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/contactlist/kabcexport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/contactlist/kabcexport.cpp')
-rw-r--r--kopete/kopete/contactlist/kabcexport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/kopete/contactlist/kabcexport.cpp b/kopete/kopete/contactlist/kabcexport.cpp
index 2e99c2a4..7d380c9a 100644
--- a/kopete/kopete/contactlist/kabcexport.cpp
+++ b/kopete/kopete/contactlist/kabcexport.cpp
@@ -106,7 +106,7 @@ KabcExportWizard::KabcExportWizard( TQWidget *tqparent, const char *name )
TQCheckListItem * lvi = new ContactLVI( it.current(), m_contactList,
it.current()->displayName(), TQCheckListItem::CheckBox );
lvi->setOn( false );
- if ( it.current()->metaContactId().tqcontains(':') )
+ if ( it.current()->metaContactId().contains(':') )
{
lvi->setOn( true );
lvi->setEnabled( true );