diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qmotif.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qmotif.html')
-rw-r--r-- | doc/html/qmotif.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qmotif.html b/doc/html/qmotif.html index e353b2f37..b882eaff4 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 <<a href="qmotif-h.html">qmotif.h</a>></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> |