diff --git a/src/activeqt/control/qaxbindable.cpp b/src/activeqt/control/qaxbindable.cpp index 291cec0afb9b449250728880c1f2d486b1159cf4..23f624466d42e457c84a98e6e4b16ee9a0476784 100644 --- a/src/activeqt/control/qaxbindable.cpp +++ b/src/activeqt/control/qaxbindable.cpp @@ -252,7 +252,7 @@ bool QAxBindable::writeData(QIODevice *sink) in your subclass (unless you use QPointer), as the QWidget can be destroyed by the ActiveQt framework at any time. - \sa QAxBindable, QAxFactory, {Qt's ActiveX Framework (ActiveQt)} + \sa QAxBindable, QAxFactory, {Active Qt} */ /*! diff --git a/src/activeqt/doc/activeqt.qdocconf b/src/activeqt/doc/activeqt.qdocconf index 79c0d20a7a090a18145bf782088f4813fc070247..3dedff3a0ef6ae5556173c4800e7f06d3f2919fa 100644 --- a/src/activeqt/doc/activeqt.qdocconf +++ b/src/activeqt/doc/activeqt.qdocconf @@ -32,7 +32,7 @@ qhp.ActiveQt.subprojects.qaxserverclasses.sortPages = true tagfile = ../../../doc/activeqt/activeqt.tags -depends += qtcore qtgui qtdoc +depends += qtcore qtdesigner qtdoc qtopengl qtscript qtwidgets headerdirs += .. diff --git a/src/activeqt/doc/src/examples/dotnet.qdoc b/src/activeqt/doc/src/examples/dotnet.qdoc index 9a2e270f3922d426aa1bd307264e4dad175e3408..b7f856c755a571eeede395582d0eceb6d6e091e2 100644 --- a/src/activeqt/doc/src/examples/dotnet.qdoc +++ b/src/activeqt/doc/src/examples/dotnet.qdoc @@ -306,7 +306,7 @@ 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 when using \l QtScript to automate + API is automatically available when using \l {Qt Script} to automate Qt applications and to COM clients in general. When using the "IJW" method, in principle the only limitation is the