summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/orderform.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/orderform.qdoc')
-rw-r--r--doc/src/examples/orderform.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/orderform.qdoc b/doc/src/examples/orderform.qdoc
index 94e4914444..c9ef75640f 100644
--- a/doc/src/examples/orderform.qdoc
+++ b/doc/src/examples/orderform.qdoc
@@ -68,7 +68,7 @@
and their respective labels. The label for \c offersCheckBox is set and the
\c setupItemsTable() function is invoked to setup and populate
\c itemsTable. The QDialogButtonBox object, \c buttonBox, is instantiated
- with \gui OK and \gui Cancel buttons. This \c buttonBox's \c accepted() and
+ with \uicontrol OK and \uicontrol Cancel buttons. This \c buttonBox's \c accepted() and
\c rejected() signals are connected to the \c verify() and \c reject()
slots in \c DetailsDialog.