summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqtranslator.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqtranslator.html')
-rw-r--r--doc/html/ntqtranslator.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqtranslator.html b/doc/html/ntqtranslator.html
index 32b58b9e3..66f1cbdb2 100644
--- a/doc/html/ntqtranslator.html
+++ b/doc/html/ntqtranslator.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
output.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qtranslator-h.html">ntqtranslator.h</a>&gt;</tt>
-<p>Inherits <a href="ntqobject.html">TQObject</a>.
+<p>Inherits <a href="tqobject.html">TQObject</a>.
<p><a href="qtranslator-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -74,7 +74,7 @@ them, etc.
<p> The most common use of TQTranslator is to: load a translator file
created with <a href="linguist-manual.html">TQt Linguist</a>,
install it using <a href="ntqapplication.html#installTranslator">TQApplication::installTranslator</a>(), and use it via
-<a href="ntqobject.html#tr">TQObject::tr</a>(). For example:
+<a href="tqobject.html#tr">TQObject::tr</a>(). For example:
<p> <pre>
int main( int argc, char ** argv )
{
@@ -100,7 +100,7 @@ applications that work on translator files.
<p> We call a translation a "messsage". For this reason, translation
files are sometimes referred to as "message files".
<p> It is possible to lookup a translation using <a href="#findMessage">findMessage</a>() (as
-<a href="ntqobject.html#tr">tr</a>() and <a href="ntqapplication.html#translate">TQApplication::translate</a>() do) and <a href="#contains">contains</a>(), to insert a
+<a href="tqobject.html#tr">tr</a>() and <a href="ntqapplication.html#translate">TQApplication::translate</a>() do) and <a href="#contains">contains</a>(), to insert a
new translation messsage using <a href="#insert">insert</a>(), and to remove one using
<a href="#remove">remove</a>().
<p> Translation tools often need more information than the bare source
@@ -117,7 +117,7 @@ everything.
<p> "Everything" means that for each translation item the following
information is kept:
<p> <ul>
-<li> The <em>translated text</em> - the return value from <a href="ntqobject.html#tr">tr</a>().
+<li> The <em>translated text</em> - the return value from <a href="tqobject.html#tr">tr</a>().
<li> The input key:
<ul>
<li> The <em>source text</em> - usually the argument to tr().
@@ -148,7 +148,7 @@ translations.
<p> Note that when TQTranslator loads a stripped file, most functions
do not work. The functions that do work with stripped files are
explicitly documented as such.
-<p> <p>See also <a href="qtranslatormessage.html">TQTranslatorMessage</a>, <a href="ntqapplication.html#installTranslator">TQApplication::installTranslator</a>(), <a href="ntqapplication.html#removeTranslator">TQApplication::removeTranslator</a>(), <a href="ntqobject.html#tr">TQObject::tr</a>(), <a href="ntqapplication.html#translate">TQApplication::translate</a>(), <a href="environment.html">Environment Classes</a>, and <a href="i18n.html">Internationalization with TQt</a>.
+<p> <p>See also <a href="qtranslatormessage.html">TQTranslatorMessage</a>, <a href="ntqapplication.html#installTranslator">TQApplication::installTranslator</a>(), <a href="ntqapplication.html#removeTranslator">TQApplication::removeTranslator</a>(), <a href="tqobject.html#tr">TQObject::tr</a>(), <a href="ntqapplication.html#translate">TQApplication::translate</a>(), <a href="environment.html">Environment Classes</a>, and <a href="i18n.html">Internationalization with TQt</a>.
<hr><h2>Member Type Documentation</h2>
<h3 class=fn><a name="SaveMode-enum"></a>TQTranslator::SaveMode</h3>
@@ -164,7 +164,7 @@ not work. The functions that do work with stripped files are
explicitly documented as such.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQTranslator"></a>TQTranslator::TQTranslator ( <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQTranslator"></a>TQTranslator::TQTranslator ( <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs an empty message file object that is not connected to
any file. The object is called <em>name</em> with parent <em>parent</em>.