bug fix for Linux

This commit is contained in:
Volker Fischer 2006-02-19 19:01:07 +00:00
parent 3f740f5971
commit 4691250482

View file

@ -164,8 +164,10 @@ CLlconClientDlg::CLlconClientDlg ( CClient* pNCliP, QWidget* parent,
this, SLOT(OnRevSelR())); this, SLOT(OnRevSelR()));
/* text edit controls */ /* text edit controls */
#ifdef _WIN32
QObject::connect(LineEditServerAddr, SIGNAL(returnPressed()), QObject::connect(LineEditServerAddr, SIGNAL(returnPressed()),
this, SLOT(OnConnectDisconBut())); this, SLOT(OnConnectDisconBut()));
#endif
/* timers --------------------------------------------------------------- */ /* timers --------------------------------------------------------------- */