As preparation for revamping the whole networking stuff, I did two renames:
[quassel.git] / src / client / nickmodel.cpp
index 801a5cc..efde512 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  *
@@ -178,7 +178,7 @@ int NickModel::userCategory(IrcUser *user) const {
 
 int NickModel::categoryFromModes(const QString &modes) const {
   int cat;
-  // we hardcode this even though we have PREFIX in networkinfo... but that wouldn't help with mapping modes to
+  // we hardcode this even though we have PREFIX in network... but that wouldn't help with mapping modes to
   // category strings anyway.
   if(modes.contains('q')) cat = 1;
   else if(modes.contains('a')) cat = 2;