ping added

This commit is contained in:
Max-Wilhelm Bruker 2009-04-15 21:43:12 +02:00
parent 99ff7fd15f
commit 8680bce5fc
5 changed files with 16 additions and 2 deletions

View file

@ -5,7 +5,7 @@ DlgConnect::DlgConnect(QWidget *parent)
: QDialog(parent)
{
hostLabel = new QLabel(tr("&Host:"));
hostEdit = new QLineEdit("localhost");
hostEdit = new QLineEdit("cockatrice.de");
hostLabel->setBuddy(hostEdit);
portLabel = new QLabel(tr("&Port:"));