summaryrefslogtreecommitdiffstats
path: root/examples/network
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-08-12 16:09:25 +1000
committerJason McDonald <jason.mcdonald@nokia.com>2009-08-12 16:09:25 +1000
commit96b6a3c9cd84dbd90bd1fac84a077c01062c5871 (patch)
tree27985ab4d9f2b8b309d0cf48bd3627a545e28938 /examples/network
parente6b6dfb42ea4b649b52df9d17628bfdf3f9d29e4 (diff)
Update obsolete URL's in code and docs.
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."));