X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fctcphandler.h;h=3f1eecb37831deabde8ae4a239104430392af34b;hb=1a98ddcc3c275184927bf01ac56d0afd265230cb;hp=35cab47d89f695dc80bc7e176d24513aba62853b;hpb=e008cd12ef319c4b5f9fe5a8cc1524829551771d;p=quassel.git diff --git a/src/core/ctcphandler.h b/src/core/ctcphandler.h index 35cab47d..3f1eecb3 100644 --- a/src/core/ctcphandler.h +++ b/src/core/ctcphandler.h @@ -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 * @@ -30,7 +30,7 @@ class CtcpHandler : public BasicHandler { Q_OBJECT public: - CtcpHandler(Server *parent = 0); + CtcpHandler(NetworkConnection *parent = 0); enum CtcpType {CtcpQuery, CtcpReply};