X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fglobal.h;h=2723b66bb1d25a53e3571a786ee6a8d11a04556b;hp=49f975054d1b11a2ce7687d780d9a5c8ffbc3b4b;hb=0ac9ce4d7cf768d13993d6aa1d6b791c4149a843;hpb=6869909402a4dc807ee5261cc2a0999ac33053ee diff --git a/src/common/global.h b/src/common/global.h index 49f97505..2723b66b 100644 --- a/src/common/global.h +++ b/src/common/global.h @@ -22,15 +22,17 @@ #define _GLOBAL_H_ /** The protocol version we use fo the communication between core and GUI */ -#define GUI_PROTOCOL 2 +#define GUI_PROTOCOL 3 #define BACKLOG_FORMAT 2 #define BACKLOG_STRING "QuasselIRC Backlog File" class Global; -#include -//#include +#include +#include +#include +#include /* Some global stuff */ typedef QMap VarMap;