diff -r 5dc02b23752f -r 3e2da88830cd examples/network/network-chat/chatdialog.cpp --- a/examples/network/network-chat/chatdialog.cpp Tue Jul 06 15:10:48 2010 +0300 +++ b/examples/network/network-chat/chatdialog.cpp Wed Aug 18 10:37:55 2010 +0300 @@ -53,9 +53,6 @@ listWidget->setFocusPolicy(Qt::NoFocus); connect(lineEdit, SIGNAL(returnPressed()), this, SLOT(returnPressed())); -#ifdef Q_OS_SYMBIAN - connect(sendButton, SIGNAL(clicked()), this, SLOT(returnPressed())); -#endif connect(lineEdit, SIGNAL(returnPressed()), this, SLOT(returnPressed())); connect(&client, SIGNAL(newMessage(QString,QString)), this, SLOT(appendMessage(QString,QString)));