summaryrefslogtreecommitdiffstats
path: root/examples/activeqt/simple/doc/src/simple.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/activeqt/simple/doc/src/simple.qdoc')
-rw-r--r--examples/activeqt/simple/doc/src/simple.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/activeqt/simple/doc/src/simple.qdoc b/examples/activeqt/simple/doc/src/simple.qdoc
index 3a781ae..77a45c5 100644
--- a/examples/activeqt/simple/doc/src/simple.qdoc
+++ b/examples/activeqt/simple/doc/src/simple.qdoc
@@ -99,18 +99,18 @@
The simple ActiveX control is embedded using the \c <object> tag.
- \snippet doc/src/examples/simple-demo.qdocinc 0
+ \input doc/src/examples/simple-demo.qdocinc 0
A simple HTML button is connected to the ActiveQt's about() slot.
- \snippet doc/src/examples/simple-demo.qdocinc 1
+ \input doc/src/examples/simple-demo.qdocinc 1
A second ActiveX control - the standard Calendar Control - is instantiated
- \snippet doc/src/examples/simple-demo.qdocinc 2
+ \input doc/src/examples/simple-demo.qdocinc 2
Events from the ActiveX controls are handled using both Visual Basic Script
and JavaScript.
- \snippet doc/src/examples/simple-demo.qdocinc 3
+ \input doc/src/examples/simple-demo.qdocinc 3
*/