summaryrefslogtreecommitdiff
path: root/src/activeqt
diff options
context:
space:
mode:
Diffstat (limited to 'src/activeqt')
-rw-r--r--src/activeqt/doc/snippets/src_activeqt_container_qaxbase.cpp4
-rw-r--r--src/activeqt/doc/src/examples/dotnet.qdoc5
2 files changed, 4 insertions, 5 deletions
diff --git a/src/activeqt/doc/snippets/src_activeqt_container_qaxbase.cpp b/src/activeqt/doc/snippets/src_activeqt_container_qaxbase.cpp
index 3c2a57a..a716bc3 100644
--- a/src/activeqt/doc/snippets/src_activeqt_container_qaxbase.cpp
+++ b/src/activeqt/doc/snippets/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]
diff --git a/src/activeqt/doc/src/examples/dotnet.qdoc b/src/activeqt/doc/src/examples/dotnet.qdoc
index 51b0632..9a2e270 100644
--- a/src/activeqt/doc/src/examples/dotnet.qdoc
+++ b/src/activeqt/doc/src/examples/dotnet.qdoc
@@ -306,9 +306,8 @@
since this includes subclasses of QObject and QWidget we can wrap
any of our datatypes into a QObject subclass to make its API
available to .NET. This has the positive side effect that the same
- API is automatically available in
- \l{http://qt.nokia.com/products/qsa/}{QSA}, the cross platform
- scripting solution for Qt applications, and to COM clients in general.
+ API is automatically available when using \l QtScript to automate
+ Qt applications and to COM clients in general.
When using the "IJW" method, in principle the only limitation is the
time required to write the wrapper classes and data type conversion