X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Flogger.h;h=168b3bdd80c1128978c8ab98012af29dcb7db9a4;hp=ba8eba42dcf219b174576116fe9302f1deb88c83;hb=6447ec038a9553427fb729f5889c69e0f2f247a8;hpb=077d44f36d2f5c730283ef6be839aea7dd073d56 diff --git a/src/common/logger.h b/src/common/logger.h index ba8eba42..168b3bdd 100644 --- a/src/common/logger.h +++ b/src/common/logger.h @@ -1,11 +1,11 @@ /*************************************************************************** - * Copyright (C) 2005 by The Quassel Team * + * Copyright (C) 2005 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * + * (at your option) version 3. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * @@ -21,7 +21,7 @@ #ifndef _LOGGER_H_ #define _LOGGER_H_ -#include +#include class Logger : public QObject { Q_OBJECT