As preparation for revamping the whole networking stuff, I did two renames:
[quassel.git] / src / core / ctcphandler.h
index 4178c4e..3f1eecb 100644 (file)
@@ -30,7 +30,7 @@ class CtcpHandler : public BasicHandler {
   Q_OBJECT
 
 public:
-  CtcpHandler(Server *parent = 0);
+  CtcpHandler(NetworkConnection *parent = 0);
 
   enum CtcpType {CtcpQuery, CtcpReply};