Rename Internal-, Remote- and LegacyConnection to -Peer
[quassel.git] / src / common / signalproxy.h
index 7f70f7e..d446fef 100644 (file)
@@ -168,8 +168,8 @@ private:
 
     friend class SignalRelay;
     friend class SyncableObject;
-    friend class InternalConnection;
-    friend class RemoteConnection;
+    friend class InternalPeer;
+    friend class RemotePeer;
 };