X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcoreeventmanager.h;h=10159c8ae901e7739f69408c58e96a08a6180bfc;hb=bc715c756677bee7cdb7109cc656e3e5f526c988;hp=b64e7bf918c40ba492cd1e8ef3d662059af9564f;hpb=76db8cdfbeffaaba359c8e80cf2146da9e9e7f8a;p=quassel.git diff --git a/src/core/coreeventmanager.h b/src/core/coreeventmanager.h index b64e7bf9..10159c8a 100644 --- a/src/core/coreeventmanager.h +++ b/src/core/coreeventmanager.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2014 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -25,8 +25,6 @@ #include "coresession.h" #include "eventmanager.h" -class CoreSession; - class CoreEventManager : public EventManager { Q_OBJECT @@ -44,5 +42,4 @@ private: CoreSession *_coreSession; }; - #endif