X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fctcphandler.h;h=d15f6e6e9c7f0038fbea6fa887f608111bf82af6;hb=a25d2ec9cf8caf283624eef270998c0ba9e903dd;hp=cac2f565cb0643c14779ac5cb4e67117d1dda555;hpb=bcc567f2559058f38ca8ffecf7ef4428483cb540;p=quassel.git 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};