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 e45a11713..3bcf92f14 100644
--- a/doc/html/ntqtranslator.html
+++ b/doc/html/ntqtranslator.html
@@ -185,13 +185,13 @@ Returns TRUE if this message file contains a message with the key
<p> This function works with stripped translator files.
<p> (This is is a one-liner that calls <a href="#findMessage">findMessage</a>().)
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="find"></a>TQTranslator::find ( const&nbsp;char&nbsp;*&nbsp;context, const&nbsp;char&nbsp;*&nbsp;sourceText, const&nbsp;char&nbsp;*&nbsp;comment = 0 ) const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="find"></a>TQTranslator::find ( const&nbsp;char&nbsp;*&nbsp;context, const&nbsp;char&nbsp;*&nbsp;sourceText, const&nbsp;char&nbsp;*&nbsp;comment = 0 ) const
</h3>
<b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
<p> Please use <a href="#findMessage">findMessage</a>() instead.
<p> Returns the translation for the key (<em>context</em>, <em>sourceText</em>,
-<em>comment</em>) or <a href="ntqstring.html#TQString-null">TQString::null</a> if there is none in this translator.
+<em>comment</em>) or <a href="tqstring.html#TQString-null">TQString::null</a> if there is none in this translator.
<h3 class=fn><a href="qtranslatormessage.html">TQTranslatorMessage</a> <a name="findMessage"></a>TQTranslator::findMessage ( const&nbsp;char&nbsp;*&nbsp;context, const&nbsp;char&nbsp;*&nbsp;sourceText, const&nbsp;char&nbsp;*&nbsp;comment = 0 ) const<tt> [virtual]</tt>
</h3> Returns the <a href="qtranslatormessage.html">TQTranslatorMessage</a> for the key
@@ -205,7 +205,7 @@ Inserts <em>message</em> into this message file.
may appear to, but that is not dependable.
<p> <p>See also <a href="#remove">remove</a>().
-<h3 class=fn>void <a name="insert-2"></a>TQTranslator::insert ( const&nbsp;char&nbsp;*&nbsp;context, const&nbsp;char&nbsp;*&nbsp;sourceText, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;translation )
+<h3 class=fn>void <a name="insert-2"></a>TQTranslator::insert ( const&nbsp;char&nbsp;*&nbsp;context, const&nbsp;char&nbsp;*&nbsp;sourceText, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;translation )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
@@ -216,7 +216,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
Returns TRUE if this translator is empty, otherwise returns FALSE.
This function works with stripped and unstripped translation files.
-<h3 class=fn>bool <a name="load"></a>TQTranslator::load ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;filename, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;directory = TQString::null, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;search_delimiters = TQString::null, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;suffix = TQString::null )
+<h3 class=fn>bool <a name="load"></a>TQTranslator::load ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;filename, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;directory = TQString::null, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;search_delimiters = TQString::null, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;suffix = TQString::null )
</h3>
Loads <em>filename</em>, which may be an absolute file name or relative
to <em>directory</em>. The previous contents of this translator object
@@ -226,7 +226,7 @@ otherwise returns FALSE.
in the following order:
<p> <ol type=1>
<li> File name with <em>suffix</em> appended (".qm" if the <em>suffix</em> is
-<a href="ntqstring.html#TQString-null">TQString::null</a>).
+<a href="tqstring.html#TQString-null">TQString::null</a>).
<li> File name with text after a character in <em>search_delimiters</em>
stripped ("_." is the default for <em>search_delimiters</em> if it is
TQString::null).
@@ -289,7 +289,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
<p> Removes the translation associated to the key (<em>context</em>, <em>sourceText</em>,
"") from this translator.
-<h3 class=fn>bool <a name="save"></a>TQTranslator::save ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;filename, <a href="ntqtranslator.html#SaveMode-enum">SaveMode</a>&nbsp;mode = Everything )
+<h3 class=fn>bool <a name="save"></a>TQTranslator::save ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;filename, <a href="ntqtranslator.html#SaveMode-enum">SaveMode</a>&nbsp;mode = Everything )
</h3>
Saves this message file to <em>filename</em>, overwriting the previous
contents of <em>filename</em>. If <em>mode</em> is <a href="#SaveMode-enum">Everything</a> (the