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

List:       kde-commits
Subject:    kdenonbeta/kopete/libkopete
From:       Will Stephenson <lists () stevello ! free-online ! co ! uk>
Date:       2003-07-04 12:00:58
[Download RAW message or body]

CVS commit by wstephens: 

Change the name of this signal, as it does more than just signal that accounts were added.


  M +2 -2      kopeteaccount.cpp   1.30
  M +1 -1      kopeteprotocol.cpp   1.70
  M +2 -2      kopeteprotocol.h   1.59


--- kdenonbeta/kopete/libkopete/kopeteaccount.cpp  #1.29:1.30
@@ -68,5 +68,5 @@ KopeteAccount::KopeteAccount(KopeteProto
 
         //the prococol need to acess to myself, which is create later, in the customAccount constructor
-        QTimer::singleShot( 0, parent, SLOT( slotAccountAdded() ) );
+        QTimer::singleShot( 0, parent, SLOT( refreshAccounts() ) );
         QTimer::singleShot( 0, this, SLOT( slotMyselfCreated() ) );
 }
@@ -81,5 +81,5 @@ KopeteAccount::~KopeteAccount()
         // Let the protocol know that one of its accounts
         // is no longer there
-        d->protocol->slotAccountAdded();
+        d->protocol->refreshAccounts();
 
         delete d;

--- kdenonbeta/kopete/libkopete/kopeteprotocol.cpp  #1.69:1.70
@@ -216,5 +216,5 @@ void KopeteProtocol::deserializeContact(
 }
 
-void KopeteProtocol::slotAccountAdded()
+void KopeteProtocol::refreshAccounts()
 {
         QDict<KopeteAccount> dict=KopeteAccountManager::manager()->accounts(this);

--- kdenonbeta/kopete/libkopete/kopeteprotocol.h  #1.58:1.59
@@ -123,5 +123,5 @@ public slots:
          * kopeteAccount call this slot when accounts created or deleted
          */
-        void slotAccountAdded();
+        void refreshAccounts();
 
 signals:


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

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