diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-11 10:47:48 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-11 10:47:48 (GMT) |
commit | 0d8a2f0e2692a0b8bce66d44d9f7ca0100e7f7e7 (patch) | |
tree | 2c454df4c9f90dcc4982cb09e6d0694d91925445 /examples/xml/rsslisting | |
parent | d03b66ebbda95a91aced5d2b9173fa385d1cdcb1 (diff) | |
download | Qt-0d8a2f0e2692a0b8bce66d44d9f7ca0100e7f7e7.zip Qt-0d8a2f0e2692a0b8bce66d44d9f7ca0100e7f7e7.tar.gz Qt-0d8a2f0e2692a0b8bce66d44d9f7ca0100e7f7e7.tar.bz2 |
Update URL for Qt Labs.
Reviewed-by: Trust Me
Diffstat (limited to 'examples/xml/rsslisting')
-rw-r--r-- | examples/xml/rsslisting/rsslisting.cpp | 2 |
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); |