Changeset 6384 for trunk/qt-gui

Show
Ignore:
Timestamp:
07/01/08 19:04:43 (5 months ago)
Author:
flynd
Message:

SetOwnerUin? is deprecated.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt-gui/src/securitydlg.cpp

    r6381 r6384  
    243243    if (chkOnlyLocal->isChecked()) 
    244244    { 
     245      gUserManager.AddOwner(edtUin->text(), LICQ_PPID); 
    245246      o = gUserManager.FetchOwner(LICQ_PPID, LOCK_W); 
    246       gUserManager.SetOwnerUin(edtUin->text().toULong()); 
    247247      o->SetPassword(edtFirst->text().latin1()); 
    248248      gUserManager.DropOwner(o);