summaryrefslogtreecommitdiffstats
path: root/doc/html/qmotif.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qmotif.html')
-rw-r--r--doc/html/qmotif.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qmotif.html b/doc/html/qmotif.html
index e353b2f3..b882eaff 100644
--- a/doc/html/qmotif.html
+++ b/doc/html/qmotif.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
<a href="#details">More...</a>
<p>This class is part of the <b>TQt Motif Extension</b>.
<p><tt>#include &lt;<a href="qmotif-h.html">qmotif.h</a>&gt;</tt>
-<p>Inherits <a href="qeventloop.html">TQEventLoop</a>.
+<p>Inherits <a href="ntqeventloop.html">TQEventLoop</a>.
<p><a href="qmotif-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -57,7 +57,7 @@ The TQMotif class provides the basis of the Motif Extension.
<p> TQMotif only provides a few public functions, but it is at the
heart of the integration. TQMotif is responsible for initializing
the Xt toolkit and the Xt application context. It does not open a
-connection to the X server, that is done by <a href="qapplication.html">TQApplication</a>.
+connection to the X server, that is done by <a href="ntqapplication.html">TQApplication</a>.
<p> The only member function in TQMotif that depends on an X server
connection is TQMotif::initialize(). TQMotif must be created before
TQApplication.
@@ -72,11 +72,11 @@ TQApplication.
TQMotif integrator( "AppClass" );
XtAppSetFallbackResources( integrator.<a href="#applicationContext">applicationContext</a>(),
resources );
- <a href="qapplication.html">TQApplication</a> app( argc, argv );
+ <a href="ntqapplication.html">TQApplication</a> app( argc, argv );
...
- return app.<a href="qapplication.html#exec">exec</a>();
+ return app.<a href="ntqapplication.html#exec">exec</a>();
}
</pre>
@@ -88,7 +88,7 @@ Creates TQMotif, which allows TQt and Xt/Motif integration.
<p> If <em>context</em> is 0, TQMotif creates a default application context
itself. The context is accessible through <a href="#applicationContext">applicationContext</a>().
<p> All arguments passed to this function (<em>applicationClass</em>, <em>options</em> and <em>numOptions</em>) are used to call XtDisplayInitialize()
-after <a href="qapplication.html">TQApplication</a> has been constructed.
+after <a href="ntqapplication.html">TQApplication</a> has been constructed.
<h3 class=fn><a name="~TQMotif"></a>TQMotif::~TQMotif ()
</h3>