summaryrefslogtreecommitdiffstats
path: root/examples/xml
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-08-11 20:47:48 +1000
committerJason McDonald <jason.mcdonald@nokia.com>2009-08-11 20:47:48 +1000
commit0d8a2f0e2692a0b8bce66d44d9f7ca0100e7f7e7 (patch)
tree2c454df4c9f90dcc4982cb09e6d0694d91925445 /examples/xml
parentd03b66ebbda95a91aced5d2b9173fa385d1cdcb1 (diff)
Update URL for Qt Labs.
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 13c4f90f31..ff938db350 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);