summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/stylesheet
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2015-09-24 10:10:19 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2015-10-02 10:14:47 +0000
commitfbf3daef384706cd5ddc15c48bcf0b3980eaf6a4 (patch)
tree366095f8a4282322f66c19c1b77423da7f48b4ac /examples/widgets/widgets/stylesheet
parent549eada0ab1b277b380251beb16379b77cd9d8a1 (diff)
Doc: Update obsolete URLs to external documentation
Change-Id: I199de83971701c14e903e712fcdcd29aaff95c6d Task-number: QTBUG-48420 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com> Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Diffstat (limited to 'examples/widgets/widgets/stylesheet')
-rw-r--r--examples/widgets/widgets/stylesheet/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/widgets/stylesheet/mainwindow.cpp b/examples/widgets/widgets/stylesheet/mainwindow.cpp
index a49c06dfd2..6d84897c77 100644
--- a/examples/widgets/widgets/stylesheet/mainwindow.cpp
+++ b/examples/widgets/widgets/stylesheet/mainwindow.cpp
@@ -67,7 +67,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.qt.digia.com/4.5/stylesheet.html\">Qt "
+ "using <a href=\"http://doc.qt.io/qt-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."));