diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/archivesearch-example.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/archivesearch-example.html')
-rw-r--r-- | doc/html/archivesearch-example.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/archivesearch-example.html b/doc/html/archivesearch-example.html index c747b7490..58d160f4a 100644 --- a/doc/html/archivesearch-example.html +++ b/doc/html/archivesearch-example.html @@ -108,11 +108,11 @@ void ArchiveDialog::search() <a name="x476"></a> header.<a href="qhttpheader.html#setValue">setValue</a>("Host", "lists.trolltech.com"); <a name="x475"></a> header.<a href="qhttpheader.html#setContentType">setContentType</a>("application/x-www-form-urlencoded"); - <a href="ntqstring.html">TQString</a> encodedTopic = myLineEdit->text(); + <a href="tqstring.html">TQString</a> encodedTopic = myLineEdit->text(); <a name="x484"></a> TQUrl::<a href="ntqurl.html#encode">encode</a>(encodedTopic); - <a href="ntqstring.html">TQString</a> searchString = "qt-interest=on&search=" + encodedTopic; + <a href="tqstring.html">TQString</a> searchString = "qt-interest=on&search=" + encodedTopic; -<a name="x483"></a> articleSearcher.request(header, searchString.<a href="ntqstring.html#utf8">utf8</a>()); +<a name="x483"></a> articleSearcher.request(header, searchString.<a href="tqstring.html#utf8">utf8</a>()); } } @@ -125,7 +125,7 @@ void ArchiveDialog::searchDone( bool error ) + articleSearcher.errorString(), TQMessageBox::Ok, TQMessageBox::NoButton); } else { - <a href="ntqstring.html">TQString</a> result(articleSearcher.readAll()); + <a href="tqstring.html">TQString</a> result(articleSearcher.readAll()); <a href="ntqregexp.html">TQRegExp</a> rx("<a href=\"(http://lists\\.trolltech\\.com/qt-interest/.*)\">(.*)</a>"); <a name="x482"></a> rx.<a href="ntqregexp.html#setMinimal">setMinimal</a>(TRUE); |