X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fctcphandler.h;h=e44321bdaddba9aba8eaa6570d1db1960dee5a5d;hb=c4b281a2f246e87c216d99c8c7f7bcd26b025cc0;hp=d15f6e6e9c7f0038fbea6fa887f608111bf82af6;hpb=a5dfcc8ecf8b81025d24b3c5c816169e3e030ea4;p=quassel.git diff --git a/src/core/ctcphandler.h b/src/core/ctcphandler.h index d15f6e6e..e44321bd 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-10 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -24,9 +24,11 @@ #include #include -#include "basichandler.h" +#include "corebasichandler.h" -class CtcpHandler : public BasicHandler { +class CoreListIgnoreListManager; + +class CtcpHandler : public CoreBasicHandler { Q_OBJECT public: @@ -56,6 +58,7 @@ private: QByteArray XDELIM; QHash ctcpMDequoteHash; QHash ctcpXDelimDequoteHash; + CoreIgnoreListManager *_ignoreListManager; };