summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx/src/psp_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/UserInfoEx/src/psp_base.h')
-rw-r--r--plugins/UserInfoEx/src/psp_base.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/psp_base.h b/plugins/UserInfoEx/src/psp_base.h
index 55c4529120..109b751c6e 100644
--- a/plugins/UserInfoEx/src/psp_base.h
+++ b/plugins/UserInfoEx/src/psp_base.h
@@ -35,11 +35,17 @@ protected:
PSPBaseDlg(int idDialog);
virtual void OnIconsChanged() {}
-
bool OnInitDialog() override;
+ bool OnApply() override;
+ bool OnRefresh() override;
+ void OnReset() override;
void OnDestroy() override;
INT_PTR DlgProc(UINT uMsg, WPARAM, LPARAM) override;
+
+ HFONT GetBoldFont() const;
+ MCONTACT GetContact() const;
+ const char* GetBaseProto() const;
};
/////////////////////////////////////////////////////////////////////////////////////////