summaryrefslogtreecommitdiff
path: root/qicclient/user.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'qicclient/user.hxx')
-rw-r--r--qicclient/user.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/qicclient/user.hxx b/qicclient/user.hxx
index a100b8d..bb3ca00 100644
--- a/qicclient/user.hxx
+++ b/qicclient/user.hxx
@@ -4,7 +4,7 @@
#include <QObject>
#include <icclient/member.h>
-struct icclient_user;
+struct icclient_member;
namespace QICClient {
@@ -97,7 +97,7 @@ namespace QICClient {
void setEmail(QString const& email);
public slots:
- void update(icclient_user* user);
+ void update(icclient_member* member);
signals:
void userNameChanged();