summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Steam/src/steam_options.h')
-rw-r--r--protocols/Steam/src/steam_options.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/protocols/Steam/src/steam_options.h b/protocols/Steam/src/steam_options.h
index 86bd7a183e..a998cf0e6b 100644
--- a/protocols/Steam/src/steam_options.h
+++ b/protocols/Steam/src/steam_options.h
@@ -1,17 +1,17 @@
-#ifndef _SKYPE_OPTIONS_H_
-#define _SKYPE_OPTIONS_H_
+#ifndef _STEAM_OPTIONS_H_
+#define _STEAM_OPTIONS_H_
-class CSkypeOptionsMain : public CSkypeDlgBase
+class CSteamOptionsMain : public CSteamDlgBase
{
private:
- typedef CSkypeDlgBase CSuper;
+ typedef CSteamDlgBase CSuper;
- CCtrlEdit m_skypename;
+ CCtrlEdit m_steamname;
CCtrlEdit m_password;
CCtrlEdit m_group;
protected:
- CSkypeOptionsMain(CSkypeProto *proto, int idDialog, HWND hwndParent = NULL);
+ CSteamOptionsMain(CSteamProto *proto, int idDialog, HWND hwndParent = NULL);
void OnInitDialog();
void OnApply();
@@ -19,11 +19,11 @@ protected:
public:
static CDlgBase *CreateAccountManagerPage(void *param, HWND owner)
{
- CSkypeOptionsMain *page = new CSkypeOptionsMain((CSkypeProto*)param, IDD_ACCOUNT_MANAGER, owner);
+ CSteamOptionsMain *page = new CSteamOptionsMain((CSteamProto*)param, IDD_ACCOUNT_MANAGER, owner);
page->Show();
}
- static CDlgBase *CreateMainOptionsPage(void *param) { return new CSkypeOptionsMain((CSkypeProto*)param, IDD_OPTIONS_MAIN); }
+ static CDlgBase *CreateMainOptionsPage(void *param) { return new CSteamOptionsMain((CSteamProto*)param, IDD_OPTIONS_MAIN); }
};
-#endif //_SKYPE_OPTIONS_H_ \ No newline at end of file
+#endif //_STEAM_OPTIONS_H_ \ No newline at end of file