X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreeventmanager.h;h=10159c8ae901e7739f69408c58e96a08a6180bfc;hp=01e0c2b73f2763c2aad687261117bdf2b01023f9;hb=f05aeefb497c4f751eeee11b8b1d199fd1e52a33;hpb=694f9bfbf7f1af19108461c7e00d133e55082bce diff --git a/src/core/coreeventmanager.h b/src/core/coreeventmanager.h index 01e0c2b7..10159c8a 100644 --- a/src/core/coreeventmanager.h +++ b/src/core/coreeventmanager.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2012 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 * @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef COREEVENTMANAGER_H @@ -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