diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-25 22:43:36 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-25 22:43:36 (GMT) |
commit | 092b004126f82545b4237e43507f21920d06ac58 (patch) | |
tree | 842eede4da091a4c23cb7fa3d7d81f487a31876e /doc | |
parent | 99ecf471075088eba042575772196e63cab5b8f8 (diff) | |
download | Qt-092b004126f82545b4237e43507f21920d06ac58.zip Qt-092b004126f82545b4237e43507f21920d06ac58.tar.gz Qt-092b004126f82545b4237e43507f21920d06ac58.tar.bz2 |
Doc: Remove more links to obsolete functions.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/examples/scribble.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/scribble.qdoc b/doc/src/examples/scribble.qdoc index 3a5e018..f32440a 100644 --- a/doc/src/examples/scribble.qdoc +++ b/doc/src/examples/scribble.qdoc @@ -354,7 +354,7 @@ To retrieve a new pen width in the \c penWidth() slot, we use QInputDialog. The QInputDialog class provides a simple convenience dialog to get a single value from the user. We use - the static QInputDialog::getInteger() function, which combines a + the static QInputDialog::getInt() function, which combines a QLabel and a QSpinBox. The QSpinBox is initialized with the scribble area's pen width, allows a range from 1 to 50, a step of 1 (meaning that the up and down arrow increment or decrement the |