X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fuserinputhandler.h;h=66b0fea2bcee2575404b59c90e4c67502d90d749;hp=014a7c539c7e7c54a792561b50a531e37e4a3d83;hb=e2ae384f869498c51d2b42cc366359547c25f890;hpb=902c95728306e5ba115de84800fc8d5d239c9d62 diff --git a/src/core/userinputhandler.h b/src/core/userinputhandler.h index 014a7c53..66b0fea2 100644 --- a/src/core/userinputhandler.h +++ b/src/core/userinputhandler.h @@ -1,11 +1,11 @@ /*************************************************************************** - * Copyright (C) 2005/06 by The Quassel Team * + * Copyright (C) 2005-08 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * + * (at your option) version 3. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * @@ -29,7 +29,7 @@ class UserInputHandler : public BasicHandler { Q_OBJECT public: - UserInputHandler(Server *parent = 0); + UserInputHandler(NetworkConnection *parent = 0); void handleUserInput(QString buffer, QString msg);