Show
Ignore:
Timestamp:
06/14/08 17:14:17 (7 months ago)
Author:
flynd
Message:

Changed some calls to daemon to not use uin version of functions.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt-gui/src/searchuserdlg.h

    r6180 r6305  
    5858public: 
    5959  SearchItem(const CSearchAck* s, const QString& encoding, QListView* parent); 
    60    unsigned long uin(); 
     60 
     61  QString id() const { return myId; } 
     62  unsigned long ppid() const { return myPpid; } 
     63 
    6164protected: 
    62    unsigned long uinVal; 
     65   QString myId; 
     66   unsigned long myPpid; 
    6367}; 
    6468