Unused--
[quassel.git] / src / common / signalproxy.h
index dddb785..a966700 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2012 by the Quassel Project                        *
+ *   Copyright (C) 2005-2013 by the Quassel Project                        *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -168,8 +168,8 @@ private:
 
     friend class SignalRelay;
     friend class SyncableObject;
-    friend class InternalConnection;
-    friend class RemoteConnection;
+    friend class InternalPeer;
+    friend class RemotePeer;
 };
 
 
@@ -250,8 +250,6 @@ public:
     virtual bool isSecure() const = 0;
     virtual bool isLocal() const = 0;
 
-    virtual QString errorString() const { return QString(); }
-
     virtual int lag() const = 0;
 
 public slots: