1 #ifndef PSI_DBUS_H
2 #define PSI_DBUS_H
3 
4 #include "psicon.h"
5 
6 #define PSIDBUSNAME "org.psi-im.Psi"
7 #define PSIDBUSMAINIF "org.psi_im.Psi.Main"
8 bool dbusInit(const QString profile);
9 
10 void addPsiConAdapter(PsiCon *psicon);
11 
12 #endif
13