summaryrefslogtreecommitdiffstats
path: root/doc/html/i18n-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-08 12:56:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-08 12:56:43 +0900
commit0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (patch)
tree107cf55759cc3138bb1e0035b479bcd92127403a /doc/html/i18n-example.html
parente6077c30d14e9d662e8843c554db86c0d366d0b6 (diff)
downloadtqt3-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.html4
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 &lt;<a href="qbuttongroup-h.html">ntqbuttongroup.h</a>&gt;
#include &lt;<a href="qpushbutton-h.html">ntqpushbutton.h</a>&gt;
#include &lt;<a href="qsignalmapper-h.html">ntqsignalmapper.h</a>&gt;
-#include &lt;<a href="qtextcodec-h.html">ntqtextcodec.h</a>&gt;
+#include &lt;<a href="tqtextcodec-h.html">tqtextcodec.h</a>&gt;
#include &lt;stdlib.h&gt;
#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",&amp;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]-&gt;setChecked( loc == qm[i] );