Show
Ignore:
Timestamp:
05/10/08 23:14:58 (8 months ago)
Author:
flynd
Message:

Adjusted function names in contactlist to no have slot_ prefix.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/core/licqgui.cpp

    r6185 r6190  
    500500  myContactList = new ContactListModel(this); 
    501501  connect(mySignalManager, SIGNAL(updatedList(CICQSignal*)), 
    502       myContactList, SLOT(slot_updatedList(CICQSignal*))); 
     502      myContactList, SLOT(listUpdated(CICQSignal*))); 
    503503  connect(mySignalManager, SIGNAL(updatedUser(CICQSignal*)), 
    504       myContactList, SLOT(slot_updatedUser(CICQSignal*))); 
     504      myContactList, SLOT(userUpdated(CICQSignal*))); 
    505505 
    506506  connect(mySignalManager, SIGNAL(updatedList(CICQSignal*)),