summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2010-01-22 15:28:27 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2010-01-22 15:28:27 (GMT)
commit1e7d6f3c5adb066f00cf50cc39b8646668174091 (patch)
tree620e3d2ff90c3a8103faf11b892b2812b9ce5ff5 /doc
parentd8547cb670cee0e06f49697c7b36d447e27e455e (diff)
downloadQt-1e7d6f3c5adb066f00cf50cc39b8646668174091.zip
Qt-1e7d6f3c5adb066f00cf50cc39b8646668174091.tar.gz
Qt-1e7d6f3c5adb066f00cf50cc39b8646668174091.tar.bz2
Doc: Fixed broken link.
Reviewed-by: Trust Me
Diffstat (limited to 'doc')
-rw-r--r--doc/src/windows-and-dialogs/mainwindow.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/windows-and-dialogs/mainwindow.qdoc b/doc/src/windows-and-dialogs/mainwindow.qdoc
index ea8411f..6adfa75 100644
--- a/doc/src/windows-and-dialogs/mainwindow.qdoc
+++ b/doc/src/windows-and-dialogs/mainwindow.qdoc
@@ -51,7 +51,7 @@
\nextpage The Application Main Window
- A \l{Widgets}{widget} that is not embedded in a parent widget is called a window.
+ A \l{Widgets Tutorial}{widget} that is not embedded in a parent widget is called a window.
Usually, windows have a frame and a title bar, although it is also possible to create
windows without such decoration using suitable window flags). In Qt, QMainWindow
and the various subclasses of QDialog are the most common window types.