Show
Ignore:
Timestamp:
01/18/08 21:18:10 (10 months ago)
Author:
eugene
Message:
  • Removed all password-related work from SecurityDlg?;
  • Renamed ICQ-related options in system menu to reflect this fact;
  • Removed id from OwnerEditDlg? ctor, made ppid optional and fixed some bugs;
  • Made SignalManager? invoke OwnerEditDlg? upon logoff for wrong password reason.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/qt-gui_qt4/src/dialogs/securitydlg.h

    r5822 r6054  
    2424 
    2525class QCheckBox; 
    26 class QLineEdit; 
    2726class QPushButton; 
    2827 
     
    4443  QCheckBox* chkAuthorization; 
    4544  QCheckBox* chkHideIp; 
    46   QCheckBox* chkOnlyLocal; 
    47  
    48   QLineEdit* edtUin; 
    49   QLineEdit* edtFirst; 
    50   QLineEdit* edtSecond; 
    5145 
    5246  QString title; 
    5347 
    54   // Event tags 
    5548  unsigned long eSecurityInfo; 
    56   unsigned long ePasswordChange; 
    57  
    58   // For saving initial values 
    59   bool initAuthorization, initWebAware, initHideIp; 
    60   QString initEdtUin, initEdtFirst, initEdtSecond; 
    6149 
    6250private slots: 
    6351  void ok(); 
    6452  void doneUserFcn(ICQEvent* e); 
    65   void chkOnlyLocalToggled(bool b); 
    6653}; 
    6754