diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-24 21:06:28 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-28 18:25:42 +0900 |
commit | 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (patch) | |
tree | fb639fd5c35cb99f87172bc61484f5bf74b6beb9 /doc/html/i18n-example.html | |
parent | 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (diff) | |
download | tqt3-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.html | 6 |
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 <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qtranslator-h.html">ntqtranslator.h</a>> +#include <<a href="tqtranslator-h.html">tqtranslator.h</a>> #include <<a href="tqfileinfo-h.html">tqfileinfo.h</a>> #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> #include <<a href="qcheckbox-h.html">ntqcheckbox.h</a>> @@ -244,8 +244,8 @@ MyWidget* showLang(TQString lang) <a name="x1932"></a> tqApp-><a href="ntqapplication.html#removeTranslator">removeTranslator</a>( translator ); delete translator; } - translator = new <a href="ntqtranslator.html">TQTranslator</a>( 0 ); -<a name="x1950"></a> translator-><a href="ntqtranslator.html#load">load</a>( lang, "." ); + translator = new <a href="tqtranslator.html">TQTranslator</a>( 0 ); +<a name="x1950"></a> translator-><a href="tqtranslator.html#load">load</a>( lang, "." ); <a name="x1930"></a> tqApp-><a href="ntqapplication.html#installTranslator">installTranslator</a>( translator ); MyWidget *m = new MyWidget; <a name="x1951"></a> m-><a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - <a href="i18n.html#i18n">i18n</a> - " + m-><a href="tqwidget.html#caption">caption</a>() ); |