summaryrefslogtreecommitdiffstats
path: root/doc/html/archivesearch-example.html
diff options
context:
space:
mode:
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));
}
}
}