diff --git a/src/llconserverdlg.cpp b/src/llconserverdlg.cpp index 07bc3922..608eb8bd 100755 --- a/src/llconserverdlg.cpp +++ b/src/llconserverdlg.cpp @@ -238,11 +238,11 @@ CLlconServerDlg::CLlconServerDlg ( CServer* pNServP, // timers QObject::connect ( &Timer, SIGNAL ( timeout() ), this, SLOT ( OnTimer() ) ); - // other - QObject::connect ( pServer, SIGNAL ( Started() ), + // other + QObject::connect ( pServer, SIGNAL ( Started() ), this, SLOT ( OnServerStarted() ) ); - - QObject::connect ( pServer, SIGNAL ( Stopped() ), + + QObject::connect ( pServer, SIGNAL ( Stopped() ), this, SLOT ( OnServerStopped() ) );