Consolidate protocol messages in one namespace
[quassel.git] / src / common / remoteconnection.cpp
index 4b73768..1ce29d4 100644 (file)
@@ -27,6 +27,8 @@
 
 #include "remoteconnection.h"
 
+using namespace Protocol;
+
 RemoteConnection::RemoteConnection(QTcpSocket *socket, QObject *parent)
     : SignalProxy::AbstractPeer(parent),
     _socket(socket),