X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fprotocols%2Flegacy%2Flegacypeer.h;fp=src%2Fcommon%2Fprotocols%2Flegacy%2Flegacyconnection.h;h=a3aa178b8b8f99e8986e9aee562e09781d2f2112;hb=1cc49e5bd7542366995f501adf60da4ad90869e2;hp=04ac1c36a5bab03d60a22b5334436e2498383d4d;hpb=8834ebbb9e03ed09bd3509e5f8634769ff68bb48;p=quassel.git diff --git a/src/common/protocols/legacy/legacyconnection.h b/src/common/protocols/legacy/legacypeer.h similarity index 91% rename from src/common/protocols/legacy/legacyconnection.h rename to src/common/protocols/legacy/legacypeer.h index 04ac1c36..a3aa178b 100644 --- a/src/common/protocols/legacy/legacyconnection.h +++ b/src/common/protocols/legacy/legacypeer.h @@ -18,16 +18,16 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef LEGACYCONNECTION_H -#define LEGACYCONNECTION_H +#ifndef LEGACYPEER_H +#define LEGACYPEER_H #include -#include "../../remoteconnection.h" +#include "../../remotepeer.h" class QDataStream; -class LegacyConnection : public RemoteConnection +class LegacyPeer : public RemotePeer { Q_OBJECT @@ -41,8 +41,8 @@ public: HeartBeatReply }; - LegacyConnection(QTcpSocket *socket, QObject *parent = 0); - ~LegacyConnection() {} + LegacyPeer(QTcpSocket *socket, QObject *parent = 0); + ~LegacyPeer() {} void setSignalProxy(SignalProxy *proxy);