Quassel takes now care of your erroneus nicks as long as your identity has listed...
[quassel.git] / src / core / userinputhandler.h
index c991eb9..66b0fea 100644 (file)
@@ -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);