diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 12:56:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 12:56:43 +0900 |
commit | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (patch) | |
tree | 107cf55759cc3138bb1e0035b479bcd92127403a /doc/html/i18n-example.html | |
parent | e6077c30d14e9d662e8843c554db86c0d366d0b6 (diff) | |
download | tqt3-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.tar.gz tqt3-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.zip |
Rename text 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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/i18n-example.html b/doc/html/i18n-example.html index 884cd6aa5..5f976c919 100644 --- a/doc/html/i18n-example.html +++ b/doc/html/i18n-example.html @@ -175,7 +175,7 @@ void <a name="f526"></a>MyWidget::initChoices(TQWidget* parent) #include <<a href="qbuttongroup-h.html">ntqbuttongroup.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="qsignalmapper-h.html">ntqsignalmapper.h</a>> -#include <<a href="qtextcodec-h.html">ntqtextcodec.h</a>> +#include <<a href="tqtextcodec-h.html">tqtextcodec.h</a>> #include <stdlib.h> #if defined(Q_OS_UNIX) @@ -275,7 +275,7 @@ int main( int argc, char** argv ) r = 2; } else { <a href="ntqbuttongroup.html">TQButtonGroup</a> *bg = new <a href="ntqbuttongroup.html">TQButtonGroup</a>(4,TQt::Vertical,"Choose Locales",&dlg); -<a name="x1949"></a> <a href="tqstring.html">TQString</a> loc = TQTextCodec::<a href="ntqtextcodec.html#locale">locale</a>(); +<a name="x1949"></a> <a href="tqstring.html">TQString</a> loc = TQTextCodec::<a href="tqtextcodec.html#locale">locale</a>(); for ( int i=0; qm[i]; i++ ) { qmb[i] = new <a href="ntqcheckbox.html">TQCheckBox</a>((const char*)qm[i],bg); qmb[i]->setChecked( loc == qm[i] ); |