X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fctcphandler.h;h=6d3178ba3f96950828c4b90d870b0a77bdc7a1df;hp=cac2f565cb0643c14779ac5cb4e67117d1dda555;hb=dc2aa39d20b60e7cd8e0ba66ca6c9ed729add008;hpb=bcc567f2559058f38ca8ffecf7ef4428483cb540 diff --git a/src/core/ctcphandler.h b/src/core/ctcphandler.h index cac2f565..6d3178ba 100644 --- a/src/core/ctcphandler.h +++ b/src/core/ctcphandler.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -30,7 +30,7 @@ class CtcpHandler : public BasicHandler { Q_OBJECT public: - CtcpHandler(NetworkConnection *parent = 0); + CtcpHandler(CoreNetwork *parent = 0); enum CtcpType {CtcpQuery, CtcpReply};