X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclient.h;h=cae4f9f86ea8e8146f750a13ea1c911fd7e26ad1;hp=66ea75f8d0a927d9c362e7de6ceefee606939e51;hb=2517c75cb456db066aec68f99eed6e42d12a827d;hpb=7795adca52f35204f8c354da6fcc5d8e8ee35531 diff --git a/src/client/client.h b/src/client/client.h index 66ea75f8..cae4f9f8 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -5,7 +5,7 @@ * 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 * @@ -35,7 +35,7 @@ class NetworkInfo; class AbstractUi; class AbstractUiMsg; -class BufferTreeModel; +class NetworkModel; class SignalProxy; class QTimer; @@ -59,7 +59,7 @@ public: static BufferInfo statusBufferInfo(QString net); static BufferInfo bufferInfo(QString net, QString buf); - static BufferTreeModel *bufferModel(); + static NetworkModel *networkModel(); static SignalProxy *signalProxy(); static AbstractUiMsg *layoutMsg(const Message &); @@ -146,7 +146,7 @@ private: QPointer socket; QPointer _signalProxy; QPointer mainUi; - QPointer _bufferModel; + QPointer _networkModel; ClientMode clientMode;