[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/kopete/plugins/importer
From:       Will Stephenson <lists () stevello ! free-online ! co ! uk>
Date:       2003-01-15 18:00:28
[Download RAW message or body]

CVS commit by wstephens: 

Sync with changes to KopeteProtocol::addContact so it compiles.  Does not seem to \
work yet though.


  M +12 -2     importer.cpp   1.8


--- kdenonbeta/kopete/plugins/importer/importer.cpp  #1.7:1.8
@@ -164,5 +164,10 @@ void Importer::slotDoImport()
                         {
                                 icq_added=true;
-                                \
icqp->addContact(it.key().toUInt(),it.data().second,i18n("Imported %1 \
contacts").arg(key),false); +                                icqp->addContact(
+                                        QString::number( it.key().toUInt() ),
+                                        it.data().second,
+                                        0,
+                                        i18n( "Imported %1 contacts" ).arg(key),
+                                        false);
                         }
                         else
@@ -173,5 +178,10 @@ void Importer::slotDoImport()
                         {
                                 msn_added=true;
-                                msnp->addContact(it.key(),0,i18n("Imported %1 \
contacts").arg(key)); +                                msnp->addContact( 
+                                        it.key(),
+                                        QString::null,
+                                        0,
+                                        i18n("Imported %1 contacts").arg(key),
+                                        false );
                         }
                         else


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic