diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-11-04 03:18:08 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-11-04 03:18:08 (GMT) |
commit | ac30ce00afe700e5ba803038c95121313f33509b (patch) | |
tree | 1f9e785851cf2dc5ea66769981f7856a779d3233 /doc/src/examples | |
parent | 93ec4104781d7f9929b8b8a05dee3d94f8cd4b17 (diff) | |
download | Qt-ac30ce00afe700e5ba803038c95121313f33509b.zip Qt-ac30ce00afe700e5ba803038c95121313f33509b.tar.gz Qt-ac30ce00afe700e5ba803038c95121313f33509b.tar.bz2 |
Attempt to fix qdoc error caused by renaming of ftp example to qftp.
Reviewed-by: Trust Me
Diffstat (limited to 'doc/src/examples')
-rw-r--r-- | doc/src/examples/ftp.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/ftp.qdoc b/doc/src/examples/ftp.qdoc index 8fded88..782613c 100644 --- a/doc/src/examples/ftp.qdoc +++ b/doc/src/examples/ftp.qdoc @@ -40,7 +40,7 @@ ****************************************************************************/ /*! - \example network/ftp + \example network/qftp \title FTP Example The FTP example demonstrates a simple FTP client that can be used |