summaryrefslogtreecommitdiffstats
path: root/doc/src/howtos/restoring-geometry.qdoc
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2013-10-10 06:55:04 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-21 14:02:12 +0200
commita9e2b45e56942a10c2eb4d8b9be201716a9f4946 (patch)
treef6c31b3aebfcd5d8438c24a77f8e972bc19ced6b /doc/src/howtos/restoring-geometry.qdoc
parenta3b8f7a62f6bdb383ec7112a00afaa80bd17e55e (diff)
Doc: Fix module name formatv5.2.0-beta1
Follow the conventions at http://qt-project.org/wiki/Spelling_Module_Names_in_Qt_Documentation Task-number: QTBUG-33360 Change-Id: Ic696e3d0f8f6db6dafe58c3bbfa772f6d9e8c20e Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'doc/src/howtos/restoring-geometry.qdoc')
-rw-r--r--doc/src/howtos/restoring-geometry.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/howtos/restoring-geometry.qdoc b/doc/src/howtos/restoring-geometry.qdoc
index 56c306ccd..c103bc5cf 100644
--- a/doc/src/howtos/restoring-geometry.qdoc
+++ b/doc/src/howtos/restoring-geometry.qdoc
@@ -44,7 +44,7 @@
decoration frame. Although X provides a way to avoid this shift,
some window managers fail to implement this feature.
- When using QtWidgets, Qt provides functions that saves and restores a
+ When using \l{Qt Widgets}, Qt provides functions that saves and restores a
widget window's geometry and state for you. QWidget::saveGeometry()
saves the window geometry and maximized/fullscreen state, while
QWidget::restoreGeometry() restores it. The restore function also