summaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/class_socket.h')
-rw-r--r--src/modules/objects/class_socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/class_socket.h b/src/modules/objects/class_socket.h
index bcb0284f..6b185b10 100644
--- a/src/modules/objects/class_socket.h
+++ b/src/modules/objects/class_socket.h
@@ -92,7 +92,7 @@ protected:
void eatInData(unsigned int uLen);
unsigned int readGetLength(KviParameterList * params);
- void acceptConnection(kvi_socket_t s,unsigned short int uPort,const char * szIp);
+ void acceptConnection(kvi_socket_t s,unsigned short int uPort,const TQString &szIp);
void reset();
protected slots:
@@ -171,7 +171,7 @@ protected:
void eatInData(unsigned int uLen);
unsigned int readGetLength(KviKvsObjectFunctionCall * params);
- void acceptConnection(kvi_socket_t s,kvi_u32_t uPort,const char * szIp);
+ void acceptConnection(kvi_socket_t s,kvi_u32_t uPort,const TQString &szIp);
void reset();
protected slots: