From 6b09d84c225324d7fb47f6ed564fef2262a451ba Mon Sep 17 00:00:00 2001 From: Elvio Basello Date: Thu, 30 Dec 2010 02:02:11 +0000 Subject: reworder KviError stuff git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5266 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/dcc/thread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/dcc/thread.cpp') diff --git a/src/modules/dcc/thread.cpp b/src/modules/dcc/thread.cpp index 3d7f38983..9930866df 100644 --- a/src/modules/dcc/thread.cpp +++ b/src/modules/dcc/thread.cpp @@ -73,7 +73,7 @@ bool KviDccThread::handleInvalidSocketRead(int readLen) if(readLen == 0) { // connection closed - postErrorEvent(KviError_remoteEndClosedConnection); + postErrorEvent(KviError::RemoteEndClosedConnection); return false; } else { // error ? -- cgit v1.3.1-10-gc9f91