~ubuntu-branches/ubuntu/quantal/kdegames/quantal

« back to all changes in this revision

Viewing changes to ksirk/ksirk/Jabber/jabbercontactpool.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-15 14:17:50 UTC
  • mfrom: (1.3.14)
  • Revision ID: package-import@ubuntu.com-20111215141750-6tj6brf4azhrt915
Tags: 4:4.7.90-0ubuntu1
new upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
        // create new contact instance and add it to the dictionary
102
102
        JabberContact *newContact = new JabberContact ( contact, transport ? (Kopete::Account*)transport : (Kopete::Account*)mAccount, metaContact , legacyId );
103
103
        JabberContactPoolItem *newContactItem = new JabberContactPoolItem ( newContact );
104
 
        connect ( newContact, SIGNAL ( contactDestroyed ( Kopete::Contact * ) ), this, SLOT ( slotContactDestroyed ( Kopete::Contact * ) ) );
 
104
        connect ( newContact, SIGNAL (contactDestroyed(Kopete::Contact*)), this, SLOT (slotContactDestroyed(Kopete::Contact*)) );
105
105
        newContactItem->setDirty ( dirty );
106
106
        mPool.append ( newContactItem );
107
107
 
160
160
 
161
161
        JabberContactPoolItem *newContactItem = new JabberContactPoolItem ( newContact );
162
162
 
163
 
        connect ( newContact, SIGNAL ( contactDestroyed ( Kopete::Contact * ) ), this, SLOT ( slotContactDestroyed ( Kopete::Contact * ) ) );
 
163
        connect ( newContact, SIGNAL (contactDestroyed(Kopete::Contact*)), this, SLOT (slotContactDestroyed(Kopete::Contact*)) );
164
164
 
165
165
        newContactItem->setDirty ( dirty );
166
166
        mPool.append ( newContactItem );