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