X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fctcphandler.h;h=e44321bdaddba9aba8eaa6570d1db1960dee5a5d;hp=35847c1f53b2a53d348779f77052bd0905f50cc4;hb=513c0edce6f4c69f16e6a00c144877e8d5940096;hpb=8e9f08aa0f4e663473b634511b1bcc40145e9ba9 diff --git a/src/core/ctcphandler.h b/src/core/ctcphandler.h index 35847c1f..e44321bd 100644 --- a/src/core/ctcphandler.h +++ b/src/core/ctcphandler.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-09 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,11 +24,11 @@ #include #include -#include "basichandler.h" +#include "corebasichandler.h" class CoreListIgnoreListManager; -class CtcpHandler : public BasicHandler { +class CtcpHandler : public CoreBasicHandler { Q_OBJECT public: