X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreuserinputhandler.h;h=40490bea3f2924d75db2c83194eb896c55f33409;hp=0634fa153a5132b8aa8585c0a8e98a8f792f1bfb;hb=513c0edce6f4c69f16e6a00c144877e8d5940096;hpb=8e9f08aa0f4e663473b634511b1bcc40145e9ba9 diff --git a/src/core/coreuserinputhandler.h b/src/core/coreuserinputhandler.h index 0634fa15..40490bea 100644 --- a/src/core/coreuserinputhandler.h +++ b/src/core/coreuserinputhandler.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 * @@ -21,11 +21,11 @@ #ifndef COREUSERINPUTHANDLER_H #define COREUSERINPUTHANDLER_H -#include "basichandler.h" +#include "corebasichandler.h" class Server; -class CoreUserInputHandler : public BasicHandler { +class CoreUserInputHandler : public CoreBasicHandler { Q_OBJECT public: