diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_xstatus.h')
| -rw-r--r-- | protocols/JabberG/src/jabber_xstatus.h | 16 | 
1 files changed, 8 insertions, 8 deletions
| diff --git a/protocols/JabberG/src/jabber_xstatus.h b/protocols/JabberG/src/jabber_xstatus.h index f0ebf5429a..cbe77aae6f 100644 --- a/protocols/JabberG/src/jabber_xstatus.h +++ b/protocols/JabberG/src/jabber_xstatus.h @@ -45,7 +45,7 @@ public:  	virtual void InitGui() {}
  	virtual void RebuildMenu() {}
 -	virtual void ResetExtraIcon(HCONTACT) {}
 +	virtual void ResetExtraIcon(MCONTACT) {}
  	virtual bool LaunchSetGui() { return false; }
  protected:
 @@ -88,7 +88,7 @@ public:  			(*this)[i].RebuildMenu();
  	}
 -	void ResetExtraIcon(HCONTACT hContact)
 +	void ResetExtraIcon(MCONTACT hContact)
  	{
  		for (int i=0; i < getCount(); i++)
  			(*this)[i].ResetExtraIcon(hContact);
 @@ -152,7 +152,7 @@ public:  	CPepMood(CJabberProto *proto);
  	~CPepMood();
  	void ProcessItems(const TCHAR *from, HXML items);
 -	void ResetExtraIcon(HCONTACT hContact);
 +	void ResetExtraIcon(MCONTACT hContact);
  public:
  	TCHAR *m_text;
 @@ -161,9 +161,9 @@ public:  protected:
  	void CreateData(HXML);
  	void ShowSetDialog(BYTE bQuiet);
 -	void SetExtraIcon(HCONTACT hContact, char *szMood);
 +	void SetExtraIcon(MCONTACT hContact, char *szMood);
 -	void SetMood(HCONTACT hContact, const TCHAR *szMood, const TCHAR *szText);
 +	void SetMood(MCONTACT hContact, const TCHAR *szMood, const TCHAR *szText);
  };
  class CPepActivity: public CPepGuiService
 @@ -173,7 +173,7 @@ public:  	CPepActivity(CJabberProto *proto);
  	~CPepActivity();
  	void ProcessItems(const TCHAR *from, HXML items);
 -	void ResetExtraIcon(HCONTACT hContact);
 +	void ResetExtraIcon(MCONTACT hContact);
  protected:
  	TCHAR *m_text;
 @@ -181,9 +181,9 @@ protected:  	void CreateData(HXML);
  	void ShowSetDialog(BYTE bQuiet);
 -	void SetExtraIcon(HCONTACT hContact, char *szActivity);
 +	void SetExtraIcon(MCONTACT hContact, char *szActivity);
 -	void SetActivity(HCONTACT hContact, LPCTSTR szFirst, LPCTSTR szSecond, LPCTSTR szText);
 +	void SetActivity(MCONTACT hContact, LPCTSTR szFirst, LPCTSTR szSecond, LPCTSTR szText);
  };
  #endif // _JABBER_XSTATUS_H_
 | 
