From 110824bb06272916b6218eeceb78210805447356 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 6 Apr 2012 15:03:08 -0400 Subject: [PATCH] Now that Jreen is fixed update signature --- src/accounts/xmpp/sip/xmppsip.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/accounts/xmpp/sip/xmppsip.cpp b/src/accounts/xmpp/sip/xmppsip.cpp index 56981e75e..10fb265b4 100644 --- a/src/accounts/xmpp/sip/xmppsip.cpp +++ b/src/accounts/xmpp/sip/xmppsip.cpp @@ -213,7 +213,7 @@ XmppSipPlugin::connectPlugin() QTimer::singleShot( 1000, m_client, SLOT( connectToServer() ) ); if ( m_client->connection() ) - connect(m_client->connection(), SIGNAL(error(SocketError)), SLOT(onError(SocketError))); + connect(m_client->connection(), SIGNAL(error(Jreen::Connection::SocketError)), SLOT(onError(Jreen::Connection::SocketError))); m_state = Account::Connecting; emit stateChanged( m_state );