Changeset 6466 for trunk/qt4-gui/src/core/mainwin.cpp
- Timestamp:
- 07/25/08 04:15:48 (4 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/core/mainwin.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/core/mainwin.cpp
r6463 r6466 129 129 130 130 myCaption = "Licq"; 131 ICQOwner* o = gUserManager.FetchOwner(LICQ_PPID, LOCK_R);131 const ICQOwner* o = gUserManager.FetchOwner(LICQ_PPID, LOCK_R); 132 132 if (o != NULL) 133 133 { … … 615 615 616 616 myCaption = "Licq (|)"; 617 ICQOwner* o = gUserManager.FetchOwner(ppid, LOCK_R);617 const ICQOwner* o = gUserManager.FetchOwner(ppid, LOCK_R); 618 618 if (o != NULL) 619 619 { … … 817 817 IconManager* iconman = IconManager::instance(); 818 818 819 ICQOwner* o = gUserManager.FetchOwner(nPPID, LOCK_R);819 const ICQOwner* o = gUserManager.FetchOwner(nPPID, LOCK_R); 820 820 if (o != NULL) 821 821 { … … 908 908 { 909 909 //TODO iterate all owners that support fetching away message 910 ICQOwner* o = gUserManager.FetchOwner(LICQ_PPID, LOCK_R);910 const ICQOwner* o = gUserManager.FetchOwner(LICQ_PPID, LOCK_R); 911 911 912 912 if (o == NULL)
