X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientsyncer.h;h=7f07de39a5f237551eca22b733dc74446a1ee8ee;hp=d321451a59bf1c0cb708904ee3f84d2d7c262e85;hb=4649188af29520951aa7485c577aa7ab912bef1a;hpb=d04fd0d39884932c5b9656ad3a4a6e13c204b529 diff --git a/src/client/clientsyncer.h b/src/client/clientsyncer.h index d321451a..7f07de39 100644 --- a/src/client/clientsyncer.h +++ b/src/client/clientsyncer.h @@ -18,8 +18,8 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#ifndef _CLIENTSYNCER_H_ -#define _CLIENTSYNCER_H_ +#ifndef CLIENTSYNCER_H_ +#define CLIENTSYNCER_H_ #include #include @@ -31,6 +31,8 @@ # include #endif +#include "types.h" + class IrcUser; class IrcChannel; class SignalProxy; @@ -68,7 +70,7 @@ public slots: void connectToCore(const QVariantMap &); void loginToCore(const QString &user, const QString &passwd); void disconnectFromCore(); - void useInternalCore(); + void useInternalCore(AccountId internalAccountId); private slots: void coreSocketError(QAbstractSocket::SocketError);