diff options
author | Friedemann Kleint <Friedemann.Kleint@digia.com> | 2013-07-11 13:08:14 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-07-30 13:08:10 (GMT) |
commit | 1ac65c92ff74dc90636dc5fff0d98b73b1c1ae87 (patch) | |
tree | 9fbb4cf04c60c7d4011d7e0ab72b0f164ad52832 /doc/src/snippets | |
parent | 2fa5a8daaf809403aba3f079ce6d11d29a6b6060 (diff) | |
download | Qt-1ac65c92ff74dc90636dc5fff0d98b73b1c1ae87.zip Qt-1ac65c92ff74dc90636dc5fff0d98b73b1c1ae87.tar.gz Qt-1ac65c92ff74dc90636dc5fff0d98b73b1c1ae87.tar.bz2 |
Documentation: Remove references to Nokia and obsolete QSA-product.
Change-Id: I427e1b98fd196686f44f3862167f90252e8d665e
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
(cherry picked from qtactiveqt/35e1b7dd8fef475a6bf7daf4067bae08dd635c11)
Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'doc/src/snippets')
-rw-r--r-- | doc/src/snippets/code/src_activeqt_container_qaxbase.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/snippets/code/src_activeqt_container_qaxbase.cpp b/doc/src/snippets/code/src_activeqt_container_qaxbase.cpp index 3c2a57a..a716bc3 100644 --- a/doc/src/snippets/code/src_activeqt_container_qaxbase.cpp +++ b/doc/src/snippets/code/src_activeqt_container_qaxbase.cpp @@ -145,12 +145,12 @@ ctrl->setControl("DOMAIN/user:password@server/{8E27C92B-1264-101C-8A2F-040224009 //! [15] -activeX->dynamicCall("Navigate(const QString&)", "qt.nokia.com"); +activeX->dynamicCall("Navigate(const QString&)", "www.qt-project.org"); //! [15] //! [16] -activeX->dynamicCall("Navigate(\"qt.nokia.com\")"); +activeX->dynamicCall("Navigate(\"www.qt-project.org\")"); //! [16] |