summaryrefslogtreecommitdiffstats
path: root/doc/html/i18n-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-24 21:06:28 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-28 18:25:42 +0900
commit8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (patch)
treefb639fd5c35cb99f87172bc61484f5bf74b6beb9 /doc/html/i18n-example.html
parent0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (diff)
downloadtqt3-8ef4ea451dd81dd66b34ed31aaa631f6df24a192.tar.gz
tqt3-8ef4ea451dd81dd66b34ed31aaa631f6df24a192.zip
Rename environment class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/i18n-example.html')
-rw-r--r--doc/html/i18n-example.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/i18n-example.html b/doc/html/i18n-example.html
index da0ce0394..31b0c8dbf 100644
--- a/doc/html/i18n-example.html
+++ b/doc/html/i18n-example.html
@@ -166,7 +166,7 @@ void <a name="f526"></a>MyWidget::initChoices(TQWidget* parent)
*****************************************************************************/
#include &lt;<a href="qapplication-h.html">ntqapplication.h</a>&gt;
-#include &lt;<a href="qtranslator-h.html">ntqtranslator.h</a>&gt;
+#include &lt;<a href="tqtranslator-h.html">tqtranslator.h</a>&gt;
#include &lt;<a href="tqfileinfo-h.html">tqfileinfo.h</a>&gt;
#include &lt;<a href="qmessagebox-h.html">ntqmessagebox.h</a>&gt;
#include &lt;<a href="qcheckbox-h.html">ntqcheckbox.h</a>&gt;
@@ -244,8 +244,8 @@ MyWidget* showLang(TQString lang)
<a name="x1932"></a> tqApp-&gt;<a href="ntqapplication.html#removeTranslator">removeTranslator</a>( translator );
delete translator;
}
- translator = new <a href="ntqtranslator.html">TQTranslator</a>( 0 );
-<a name="x1950"></a> translator-&gt;<a href="ntqtranslator.html#load">load</a>( lang, "." );
+ translator = new <a href="tqtranslator.html">TQTranslator</a>( 0 );
+<a name="x1950"></a> translator-&gt;<a href="tqtranslator.html#load">load</a>( lang, "." );
<a name="x1930"></a> tqApp-&gt;<a href="ntqapplication.html#installTranslator">installTranslator</a>( translator );
MyWidget *m = new MyWidget;
<a name="x1951"></a> m-&gt;<a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - <a href="i18n.html#i18n">i18n</a> - " + m-&gt;<a href="tqwidget.html#caption">caption</a>() );