diff options
Diffstat (limited to 'examples/widgets/doc/src/licensewizard.qdoc')
-rw-r--r-- | examples/widgets/doc/src/licensewizard.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/doc/src/licensewizard.qdoc b/examples/widgets/doc/src/licensewizard.qdoc index 2770a38ae29..036572d6795 100644 --- a/examples/widgets/doc/src/licensewizard.qdoc +++ b/examples/widgets/doc/src/licensewizard.qdoc @@ -13,7 +13,7 @@ Most wizards have a linear structure, with page 1 followed by page 2 and so on until the last page. The - \l{dialogs/classwizard}{Class Wizard} example shows how to create + \l{dialogs/trivialwizard}{Trivial Wizard} example shows how to create such wizards. Some wizards are more complex in that they allow different @@ -191,5 +191,5 @@ option and disconnect the \c printButtonClicked() slot. \endlist - \sa QWizard, {Class Wizard Example}, {Trivial Wizard Example} + \sa QWizard, {Trivial Wizard Example} */ |