summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skypekit/account.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Skype/src/skypekit/account.h')
-rw-r--r--protocols/Skype/src/skypekit/account.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/protocols/Skype/src/skypekit/account.h b/protocols/Skype/src/skypekit/account.h
index 07ff0b929c..36a78e745b 100644
--- a/protocols/Skype/src/skypekit/account.h
+++ b/protocols/Skype/src/skypekit/account.h
@@ -2,8 +2,6 @@
#include "common.h"
-class CSkype;
-
class CAccount : public Account
{
public:
@@ -20,7 +18,7 @@ public:
void SetOnAccountChangedCallback(OnAccountChanged callback, CSkypeProto* proto);
private:
- CSkype *skype;
+ Skype *skype;
CSkypeProto* proto;
OnAccountChanged callback;
void OnChange(int prop);