diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-11 10:50:53 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-11 10:50:53 (GMT) |
commit | 8a5e1fbd4f42a0f5cc23ac797d06424c1b362536 (patch) | |
tree | aeeeadc9995169c26433466270d344b322e26c4e /examples | |
parent | 0d8a2f0e2692a0b8bce66d44d9f7ca0100e7f7e7 (diff) | |
download | Qt-8a5e1fbd4f42a0f5cc23ac797d06424c1b362536.zip Qt-8a5e1fbd4f42a0f5cc23ac797d06424c1b362536.tar.gz Qt-8a5e1fbd4f42a0f5cc23ac797d06424c1b362536.tar.bz2 |
Update URL for Qt FTP site.
Reviewed-by: Trust Me
Diffstat (limited to 'examples')
-rw-r--r-- | examples/network/ftp/ftpwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/ftp/ftpwindow.cpp b/examples/network/ftp/ftpwindow.cpp index 7fc3b3b..2be9059 100644 --- a/examples/network/ftp/ftpwindow.cpp +++ b/examples/network/ftp/ftpwindow.cpp @@ -48,7 +48,7 @@ FtpWindow::FtpWindow(QWidget *parent) : QDialog(parent), ftp(0) { ftpServerLabel = new QLabel(tr("Ftp &server:")); - ftpServerLineEdit = new QLineEdit("ftp.trolltech.com"); + ftpServerLineEdit = new QLineEdit("ftp.qt.nokia.com"); ftpServerLabel->setBuddy(ftpServerLineEdit); statusLabel = new QLabel(tr("Please enter the name of an FTP server.")); |