|
|
|
@ -101,7 +101,7 @@ Vis::SocketServer::newConnection( int sockfd )
|
|
|
|
|
/// @class Vis::SocketNotifier
|
|
|
|
|
|
|
|
|
|
Vis::SocketNotifier::SocketNotifier( int sockfd )
|
|
|
|
|
: TQSocketNotifier( sockfd, QSocketNotifier::Read, TQT_TQOBJECT(this) )
|
|
|
|
|
: TQSocketNotifier( sockfd, TQSocketNotifier::Read, TQT_TQOBJECT(this) )
|
|
|
|
|
{
|
|
|
|
|
connect( this, TQT_SIGNAL(activated( int )), TQT_SLOT(request( int )) );
|
|
|
|
|
}
|
|
|
|
|