class DCOPListener : public QSocketNotifier { public: DCOPListener( IceListenObj obj ) : QSocketNotifier( IceGetListenConnectionNumber( obj ), QSocketNotifier::Read, 0, 0) { listenObj = obj; } IceListenObj listenObj; };