summaryrefslogtreecommitdiffstats
path: root/doc/html/propertydocs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r--doc/html/propertydocs14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/propertydocs b/doc/html/propertydocs
index fe702dcc9..555610418 100644
--- a/doc/html/propertydocs
+++ b/doc/html/propertydocs
@@ -642,8 +642,8 @@ the form 'fieldname order', e.g. 'id ASC', 'surname DESC'.
over a copy, e.g.
<pre>
<a href="ntqstringlist.html">QStringList</a> list = myDataBrowser.sort();
- QStringList::Iterator it = list.<a href="ntqvaluelist.html#begin">begin</a>();
- while( it != list.<a href="ntqvaluelist.html#end">end</a>() ) {
+ QStringList::Iterator it = list.<a href="tqvaluelist.html#begin">begin</a>();
+ while( it != list.<a href="tqvaluelist.html#end">end</a>() ) {
myProcessing( *it );
++it;
}
@@ -806,8 +806,8 @@ each item having the form 'fieldname order' (e.g., 'id ASC',
iterate over a copy, e.g.
<pre>
<a href="ntqstringlist.html">QStringList</a> list = myDataTable.sort();
- QStringList::Iterator it = list.<a href="ntqvaluelist.html#begin">begin</a>();
- while( it != list.<a href="ntqvaluelist.html#end">end</a>() ) {
+ QStringList::Iterator it = list.<a href="tqvaluelist.html#begin">begin</a>();
+ while( it != list.<a href="tqvaluelist.html#end">end</a>() ) {
myProcessing( *it );
++it;
}
@@ -1282,14 +1282,14 @@ the mode isn't ExistingFiles selectedFiles is an empty list.
iterate over a copy, e.g.
<pre>
<a href="ntqstringlist.html">QStringList</a> list = myFileDialog.selectedFiles();
- QStringList::Iterator it = list.<a href="ntqvaluelist.html#begin">begin</a>();
- while( it != list.<a href="ntqvaluelist.html#end">end</a>() ) {
+ QStringList::Iterator it = list.<a href="tqvaluelist.html#begin">begin</a>();
+ while( it != list.<a href="tqvaluelist.html#end">end</a>() ) {
myProcessing( *it );
++it;
}
</pre>
-<p> <p>See also <a href="ntqfiledialog.html#selectedFile-prop">selectedFile</a>, <a href="ntqfiledialog.html#selectedFilter-prop">selectedFilter</a>, and <a href="ntqvaluelist.html#empty">QValueList::empty</a>().
+<p> <p>See also <a href="ntqfiledialog.html#selectedFile-prop">selectedFile</a>, <a href="ntqfiledialog.html#selectedFilter-prop">selectedFilter</a>, and <a href="tqvaluelist.html#empty">TQValueList::empty</a>().
<p>Get this property's value with <a href="ntqfiledialog.html#selectedFiles">selectedFiles</a>().
</doc>