X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fuserinputhandler.h;h=66b0fea2bcee2575404b59c90e4c67502d90d749;hp=c991eb9d2c110e20955e0f3b89594031cf223394;hb=e2ae384f869498c51d2b42cc366359547c25f890;hpb=d6b056e936ec441258d291b7a8af7b83f9f53016 diff --git a/src/core/userinputhandler.h b/src/core/userinputhandler.h index c991eb9d..66b0fea2 100644 --- a/src/core/userinputhandler.h +++ b/src/core/userinputhandler.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-07 by the Quassel IRC 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 * @@ -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);