summaryrefslogtreecommitdiffstats
path: root/examples/widgets
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-08-11 20:29:21 +1000
committerJason McDonald <jason.mcdonald@nokia.com>2009-08-11 20:29:21 +1000
commitf5408614bf3fe20ad5c4937c2329c8a77b8753cf (patch)
tree14648e99f6d8d8ec1f7b8e789ed833ac2a050703 /examples/widgets
parentef9fec988d3d7ea33836a08128119f99747dc9d5 (diff)
Update URL of online documentation.
Reviewed-by: Trust Me
Diffstat (limited to 'examples/widgets')
-rw-r--r--examples/widgets/stylesheet/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/stylesheet/mainwindow.cpp b/examples/widgets/stylesheet/mainwindow.cpp
index d699094c84..54f80c13c9 100644
--- a/examples/widgets/stylesheet/mainwindow.cpp
+++ b/examples/widgets/stylesheet/mainwindow.cpp
@@ -68,7 +68,7 @@ void MainWindow::on_aboutAction_triggered()
{
QMessageBox::about(this, tr("About Style sheet"),
tr("The <b>Style Sheet</b> example shows how widgets can be styled "
- "using <a href=\"http://doc.trolltech.com/4.5/stylesheet.html\">Qt "
+ "using <a href=\"http://qt.nokia.com/doc/4.5/stylesheet.html\">Qt "
"Style Sheets</a>. Click <b>File|Edit Style Sheet</b> to pop up the "
"style editor, and either choose an existing style sheet or design "
"your own."));