diff options
-rw-r--r-- | demos/browser/data/defaultbookmarks.xbel | 2 | ||||
-rw-r--r-- | doc/src/trolltech-webpages.qdoc | 8 | ||||
-rw-r--r-- | examples/xml/rsslisting/rsslisting.cpp | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/demos/browser/data/defaultbookmarks.xbel b/demos/browser/data/defaultbookmarks.xbel index fd9c4a5..1d20ac0 100644 --- a/demos/browser/data/defaultbookmarks.xbel +++ b/demos/browser/data/defaultbookmarks.xbel @@ -15,7 +15,7 @@ <bookmark href="http://qt.nokia.com/doc/qq/"> <title>Qt Quarterly</title> </bookmark> - <bookmark href="http://labs.trolltech.com/"> + <bookmark href="http://labs.qt.nokia.com/"> <title>Qt Labs</title> </bookmark> <bookmark href="http://www.qtcentre.org/"> diff --git a/doc/src/trolltech-webpages.qdoc b/doc/src/trolltech-webpages.qdoc index 9d876b6..283f223 100644 --- a/doc/src/trolltech-webpages.qdoc +++ b/doc/src/trolltech-webpages.qdoc @@ -195,22 +195,22 @@ */ /*! - \externalpage http://labs.trolltech.com/page/Projects/Itemview/Modeltest + \externalpage http://labs.qt.nokia.com/page/Projects/Itemview/Modeltest \title ModelTest */ /*! - \externalpage http://labs.trolltech.com/page/Projects/Accessibility/QDBusBridge + \externalpage http://labs.qt.nokia.com/page/Projects/Accessibility/QDBusBridge \title D-Bus Accessibility Bridge */ /*! - \externalpage http://labs.trolltech.com/blogs/2008/12/05/qtestlib-now-with-nice-graphs-pointing-upwards/ + \externalpage http://labs.qt.nokia.com/blogs/2008/12/05/qtestlib-now-with-nice-graphs-pointing-upwards/ \title qtestlib-tools Announcement */ /*! - \externalpage http://labs.trolltech.com/gitweb?p=qtestlib-tools;a=summary + \externalpage http://labs.qt.nokia.com/gitweb?p=qtestlib-tools;a=summary \title qtestlib-tools */ 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); |