diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-05-20 11:49:18 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-05-20 11:49:18 (GMT) |
commit | 1dc2235ac930c5444aa83a25432d1bf8b78b18db (patch) | |
tree | 545f4f02f5bc046828fb7a0b7ce4a2f1bdec5499 /doc/src/widgets-and-layouts | |
parent | a72c6f403435e5cc7aff501b1e1ee990dfb24969 (diff) | |
download | Qt-1dc2235ac930c5444aa83a25432d1bf8b78b18db.zip Qt-1dc2235ac930c5444aa83a25432d1bf8b78b18db.tar.gz Qt-1dc2235ac930c5444aa83a25432d1bf8b78b18db.tar.bz2 |
doc: Fixed many broken links.
Diffstat (limited to 'doc/src/widgets-and-layouts')
-rw-r--r-- | doc/src/widgets-and-layouts/focus.qdoc | 2 | ||||
-rw-r--r-- | doc/src/widgets-and-layouts/styles.qdoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/widgets-and-layouts/focus.qdoc b/doc/src/widgets-and-layouts/focus.qdoc index 71f41d5..5ccfb63 100644 --- a/doc/src/widgets-and-layouts/focus.qdoc +++ b/doc/src/widgets-and-layouts/focus.qdoc @@ -82,7 +82,7 @@ Pressing \key Tab is by far the most common way to move focus using the keyboard. (Sometimes in data-entry applications Enter does the same as \key{Tab}; this can easily be achieved in Qt by - implementing an \l{Events and Event Filters}{event filter}.) + implementing an \l{The Event System}{event filter}.) Pressing \key Tab, in all window systems in common use today, moves the keyboard focus to the next widget in a circular diff --git a/doc/src/widgets-and-layouts/styles.qdoc b/doc/src/widgets-and-layouts/styles.qdoc index 31dfe40..b031dec 100644 --- a/doc/src/widgets-and-layouts/styles.qdoc +++ b/doc/src/widgets-and-layouts/styles.qdoc @@ -47,7 +47,7 @@ /*! \page style-reference.html - \title Styles and Style Aware Widgets + \title Styles & Style Aware Widgets \ingroup qt-gui-concepts \brief Styles and the styling of widgets. |