aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppRoster.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppRoster.h')
-rw-r--r--source/QXmppRoster.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/QXmppRoster.h b/source/QXmppRoster.h
index e4342fbd..0c608432 100644
--- a/source/QXmppRoster.h
+++ b/source/QXmppRoster.h
@@ -1,8 +1,9 @@
/*
* Copyright (C) 2008-2010 Manjeet Dahiya
*
- * Author:
+ * Authors:
* Manjeet Dahiya
+ * Jeremy Lainé
*
* Source:
* http://code.google.com/p/qxmpp
@@ -64,9 +65,7 @@ class QXmppRoster : public QObject
public:
// FIXME : is this class really necessary?
- class QXmppRosterEntry : public QXmppRosterIq::Item
- {
- };
+ typedef QXmppRosterIq::Item QXmppRosterEntry;
QXmppRoster(QXmppStream* stream);
~QXmppRoster();