aboutsummaryrefslogtreecommitdiff
path: root/contacts.h
diff options
context:
space:
mode:
Diffstat (limited to 'contacts.h')
-rw-r--r--contacts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contacts.h b/contacts.h
index 11be2f9..3bc8811 100644
--- a/contacts.h
+++ b/contacts.h
@@ -2,7 +2,7 @@
#define CONTACTS_H
#include "ui_contacts.h"
-#include "jiddb.h"
+#include "client.h"
#include <QDialog>
#include <QHash>
#include <QString>
@@ -13,7 +13,7 @@ class Contacts : public QDialog
Q_OBJECT
public:
- Contacts(const QHash<QString, JidDb *> &databases,
+ Contacts(const QList<Client *> &clients,
QWidget *parent = nullptr);
void add(const QString &own, const QString &other);