X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fbufferinfo.cpp;h=75a816db6792d772ba234303d20893aa104121e4;hb=50706d89d4d60e258ebb6873d3778383621898e4;hp=a68101cfce22d20ba32c210c1b330b2e74eaf47a;hpb=e008cd12ef319c4b5f9fe5a8cc1524829551771d;p=quassel.git diff --git a/src/common/bufferinfo.cpp b/src/common/bufferinfo.cpp index a68101cf..75a816db 100644 --- a/src/common/bufferinfo.cpp +++ b/src/common/bufferinfo.cpp @@ -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 * @@ -47,7 +47,7 @@ QString BufferInfo::buffer() const { if(isChannelName(_bufferName)) return _bufferName; else - return nickFromMask(_bufferName); // FIXME get rid of global functions and use the NetworkInfo stuff instead! + return nickFromMask(_bufferName); // FIXME get rid of global functions and use the Network stuff instead! } QDebug operator<<(QDebug dbg, const BufferInfo &b) {