summaryrefslogtreecommitdiffstats
path: root/examples/xml
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-08-12 06:09:25 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-08-12 06:09:25 (GMT)
commit96b6a3c9cd84dbd90bd1fac84a077c01062c5871 (patch)
tree27985ab4d9f2b8b309d0cf48bd3627a545e28938 /examples/xml
parente6b6dfb42ea4b649b52df9d17628bfdf3f9d29e4 (diff)
downloadQt-96b6a3c9cd84dbd90bd1fac84a077c01062c5871.zip
Qt-96b6a3c9cd84dbd90bd1fac84a077c01062c5871.tar.gz
Qt-96b6a3c9cd84dbd90bd1fac84a077c01062c5871.tar.bz2
Update obsolete URL's in code and docs.
Reviewed-by: Trust Me
Diffstat (limited to 'examples/xml')
-rw-r--r--examples/xml/rsslisting/rsslisting.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xml/rsslisting/rsslisting.cpp b/examples/xml/rsslisting/rsslisting.cpp
index 13c4f90..ff938db 100644
--- a/examples/xml/rsslisting/rsslisting.cpp
+++ b/examples/xml/rsslisting/rsslisting.cpp
@@ -76,7 +76,7 @@ RSSListing::RSSListing(QWidget *parent)
: QWidget(parent)
{
lineEdit = new QLineEdit(this);
- lineEdit->setText("http://labs.trolltech.com/blogs/feed");
+ lineEdit->setText("http://labs.qt.nokia.com/blogs/feed");
fetchButton = new QPushButton(tr("Fetch"), this);
abortButton = new QPushButton(tr("Abort"), this);