Changeset 6466 for trunk/qt4-gui/src/dialogs/phonedlg.cpp
- Timestamp:
- 07/25/08 04:15:48 (4 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/dialogs/phonedlg.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/dialogs/phonedlg.cpp
r6374 r6466 53 53 setModal(true); 54 54 55 ICQOwner* o = gUserManager.FetchOwner(LICQ_PPID, LOCK_R);55 const ICQOwner* o = gUserManager.FetchOwner(LICQ_PPID, LOCK_R); 56 56 if (o == NULL) 57 57 { … … 236 236 } 237 237 238 ICQOwner* o = gUserManager.FetchOwner(LICQ_PPID, LOCK_R);238 const ICQOwner* o = gUserManager.FetchOwner(LICQ_PPID, LOCK_R); 239 239 if (o == NULL) 240 240 {
