X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fctcphandler.cpp;h=f902baab6fa7ebecc86d414922e0f487c4d6289b;hb=bfe9db08aabd456aa66ae9a505fa0a52fdade3fd;hp=788055c352b679062a77bc34924349841316ab81;hpb=902c95728306e5ba115de84800fc8d5d239c9d62;p=quassel.git diff --git a/src/core/ctcphandler.cpp b/src/core/ctcphandler.cpp index 788055c3..f902baab 100644 --- a/src/core/ctcphandler.cpp +++ b/src/core/ctcphandler.cpp @@ -1,11 +1,11 @@ /*************************************************************************** - * Copyright (C) 2005-07 by The Quassel Team * + * Copyright (C) 2005-08 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 * @@ -22,7 +22,7 @@ #include "util.h" #include "message.h" -CtcpHandler::CtcpHandler(Server *parent) +CtcpHandler::CtcpHandler(NetworkConnection *parent) : BasicHandler(parent) { QString MQUOTE = QString('\020');