X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreuserinputhandler.cpp;h=5764605a2d8d43bd6770399047f9a72251c5f18e;hp=b7f1cc0290aae10119bd6d5da1869d71664b1003;hb=513c0edce6f4c69f16e6a00c144877e8d5940096;hpb=d329046faaae47c39af14d9019b542b945e628d7 diff --git a/src/core/coreuserinputhandler.cpp b/src/core/coreuserinputhandler.cpp index b7f1cc02..5764605a 100644 --- a/src/core/coreuserinputhandler.cpp +++ b/src/core/coreuserinputhandler.cpp @@ -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 * @@ -29,7 +29,7 @@ #include CoreUserInputHandler::CoreUserInputHandler(CoreNetwork *parent) - : BasicHandler(parent) + : CoreBasicHandler(parent) { }