Changeset 6466 for trunk/qt4-gui/src/dialogs/securitydlg.cpp
- Timestamp:
- 07/25/08 04:15:48 (4 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/dialogs/securitydlg.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/dialogs/securitydlg.cpp
r6374 r6466 51 51 setWindowTitle(title); 52 52 53 ICQOwner* o = gUserManager.FetchOwner(LICQ_PPID, LOCK_R);53 const ICQOwner* o = gUserManager.FetchOwner(LICQ_PPID, LOCK_R); 54 54 if (o == NULL) 55 55 { … … 99 99 void SecurityDlg::ok() 100 100 { 101 ICQOwner* o = gUserManager.FetchOwner(LICQ_PPID, LOCK_R);101 const ICQOwner* o = gUserManager.FetchOwner(LICQ_PPID, LOCK_R); 102 102 103 103 if (o == NULL)
