summaryrefslogtreecommitdiffstats
path: root/doc/html/archivesearch-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
commit42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch)
tree0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/html/archivesearch-example.html
parentfef846914f8db6dc117e206ef913d519bf6bb33e (diff)
downloadtqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.tar.gz
tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.zip
Rename more widget 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.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/archivesearch-example.html b/doc/html/archivesearch-example.html
index 8cbc96c6..dcafe5c9 100644
--- a/doc/html/archivesearch-example.html
+++ b/doc/html/archivesearch-example.html
@@ -67,11 +67,11 @@ void ArchiveDialog::init()
connect(myPushButton, TQ_SIGNAL(clicked()), this, TQ_SLOT(close()));
}
-void ArchiveDialog::fetch( <a href="qlistviewitem.html">TQListViewItem</a> *it )
+void ArchiveDialog::fetch( <a href="tqlistviewitem.html">TQListViewItem</a> *it )
{
-<a name="x477"></a> <a href="tqurl.html">TQUrl</a> u(it-&gt;<a href="qlistviewitem.html#text">text</a>(1));
+<a name="x477"></a> <a href="tqurl.html">TQUrl</a> u(it-&gt;<a href="tqlistviewitem.html#text">text</a>(1));
<a name="x485"></a> articleFetcher.setHost(u.<a href="tqurl.html#host">host</a>());
- articleFetcher.get(it-&gt;<a href="qlistviewitem.html#text">text</a>(1));
+ articleFetcher.get(it-&gt;<a href="tqlistviewitem.html#text">text</a>(1));
}
void ArchiveDialog::fetchDone( bool error )
@@ -134,7 +134,7 @@ void ArchiveDialog::searchDone( bool error )
<a name="x481"></a> pos = rx.<a href="tqregexp.html#search">search</a>(result, pos);
if (pos &gt; -1) {
<a name="x480"></a> pos += rx.<a href="tqregexp.html#matchedLength">matchedLength</a>();
-<a name="x479"></a> new <a href="qlistviewitem.html">TQListViewItem</a>(myListView, rx.<a href="tqregexp.html#cap">cap</a>(2), rx.<a href="tqregexp.html#cap">cap</a>(1));
+<a name="x479"></a> new <a href="tqlistviewitem.html">TQListViewItem</a>(myListView, rx.<a href="tqregexp.html#cap">cap</a>(2), rx.<a href="tqregexp.html#cap">cap</a>(1));
}
}
}