-rw-r--r-- | noncore/comm/keypebble/krfbconnection.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/comm/keypebble/krfbconnection.cpp b/noncore/comm/keypebble/krfbconnection.cpp index c413186..c51f18a 100644 --- a/noncore/comm/keypebble/krfbconnection.cpp +++ b/noncore/comm/keypebble/krfbconnection.cpp | |||
@@ -122,3 +122,3 @@ void KRFBConnection::gotRFBConnection() | |||
122 | 122 | ||
123 | void KRFBConnection::gotSocketError( int errno ) | 123 | void KRFBConnection::gotSocketError( int err ) |
124 | { | 124 | { |
@@ -127,3 +127,3 @@ void KRFBConnection::gotSocketError( int errno ) | |||
127 | // Do some error handling stuff | 127 | // Do some error handling stuff |
128 | qWarning( "KRFBConnection: Socket error %d", errno ); | 128 | qWarning( "KRFBConnection: Socket error %d", err ); |
129 | 129 | ||
@@ -137,3 +137,3 @@ void KRFBConnection::gotSocketError( int errno ) | |||
137 | QString msg; | 137 | QString msg; |
138 | switch ( errno ) { | 138 | switch ( err ) { |
139 | case QSocket::ErrConnectionRefused: | 139 | case QSocket::ErrConnectionRefused: |