summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-25 14:12:35 (GMT)
committerVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-25 14:12:35 (GMT)
commit7bd3b2655bf11d829f2bae26b75a757d9b30aa03 (patch)
tree395ef79a6bc3bcd25d5cea689f605a8af21fc06c /doc/src/snippets
parent04a7da1d0dc68d15b3c620e902f1d9cc1e37ef20 (diff)
downloadQt-7bd3b2655bf11d829f2bae26b75a757d9b30aa03.zip
Qt-7bd3b2655bf11d829f2bae26b75a757d9b30aa03.tar.gz
Qt-7bd3b2655bf11d829f2bae26b75a757d9b30aa03.tar.bz2
Doc: Replace more links to obsolete APIs.
Diffstat (limited to 'doc/src/snippets')
-rw-r--r--doc/src/snippets/code/doc_src_styles.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/snippets/code/doc_src_styles.qdoc b/doc/src/snippets/code/doc_src_styles.qdoc
index e11dc05..9d5756a 100644
--- a/doc/src/snippets/code/doc_src_styles.qdoc
+++ b/doc/src/snippets/code/doc_src_styles.qdoc
@@ -1,5 +1,5 @@
//! [0]
- opt.init(q);
+ opt.initFrom(q);
if (down)
opt.state |= QStyle::State_Sunken;
if (tristate && noChange)