X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fctcphandler.h;h=d15f6e6e9c7f0038fbea6fa887f608111bf82af6;hp=cac2f565cb0643c14779ac5cb4e67117d1dda555;hb=a5dfcc8ecf8b81025d24b3c5c816169e3e030ea4;hpb=f7379184b7c0ae4e53d7470809f84e2ad3239ec1;ds=sidebyside diff --git a/src/core/ctcphandler.h b/src/core/ctcphandler.h index cac2f565..d15f6e6e 100644 --- a/src/core/ctcphandler.h +++ b/src/core/ctcphandler.h @@ -30,7 +30,7 @@ class CtcpHandler : public BasicHandler { Q_OBJECT public: - CtcpHandler(NetworkConnection *parent = 0); + CtcpHandler(CoreNetwork *parent = 0); enum CtcpType {CtcpQuery, CtcpReply};