summaryrefslogtreecommitdiffstats
path: root/examples/network
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-08-11 20:50:53 +1000
committerJason McDonald <jason.mcdonald@nokia.com>2009-08-11 20:50:53 +1000
commit8a5e1fbd4f42a0f5cc23ac797d06424c1b362536 (patch)
treeaeeeadc9995169c26433466270d344b322e26c4e /examples/network
parent0d8a2f0e2692a0b8bce66d44d9f7ca0100e7f7e7 (diff)
Update URL for Qt FTP site.
Reviewed-by: Trust Me
Diffstat (limited to 'examples/network')
-rw-r--r--examples/network/ftp/ftpwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/ftp/ftpwindow.cpp b/examples/network/ftp/ftpwindow.cpp
index 7fc3b3b5bf..2be905922f 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."));