Changeset 6190 for trunk/qt4-gui/src/contactlist/contactlist.h
- Timestamp:
- 05/10/08 23:14:58 (8 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/contactlist/contactlist.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/contactlist/contactlist.h
r6189 r6190 330 330 * @param sig Signal data from the daemon with information on what has changed 331 331 */ 332 void slot_updatedList(CICQSignal* sig);332 void listUpdated(CICQSignal* sig); 333 333 334 334 /** … … 337 337 * @param sig Signal data from the daemon with information on what has changed 338 338 */ 339 void slot_updatedUser(CICQSignal* sig);339 void userUpdated(CICQSignal* sig); 340 340 341 341 /** … … 356 356 * @param user The user data object that has changed 357 357 */ 358 void slot_userDataChanged(const ContactUserData* user);358 void userDataChanged(const ContactUserData* user); 359 359 360 360 /** … … 373 373 * @param row The row of the bar in it's group 374 374 */ 375 void slot_barDataChanged(ContactBar* bar, int row);375 void barDataChanged(ContactBar* bar, int row); 376 376 377 377 /**
