diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-25 14:05:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-25 14:05:14 -0600 |
commit | bd87b2af9dde0633e56a792665cdec7a9675da95 (patch) | |
tree | 372fc8bc287d9712646388e9543b291a30b9cbd6 /doc/html/ntqfontdatabase.html | |
parent | c5e69959c9eeb6a1396f1a60d7cf4f9781a2d47c (diff) | |
download | tqt3-bd87b2af9dde0633e56a792665cdec7a9675da95.tar.gz tqt3-bd87b2af9dde0633e56a792665cdec7a9675da95.zip |
Automated update from Qt3
Diffstat (limited to 'doc/html/ntqfontdatabase.html')
-rw-r--r-- | doc/html/ntqfontdatabase.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqfontdatabase.html b/doc/html/ntqfontdatabase.html index 81f0cd4bf..66cf97c71 100644 --- a/doc/html/ntqfontdatabase.html +++ b/doc/html/ntqfontdatabase.html @@ -115,7 +115,7 @@ int main( int argc, char **argv ) <a href="ntqstringlist.html">TQStringList</a> families = fdb.<a href="#families">families</a>(); for ( TQStringList::Iterator f = families.<a href="ntqvaluelist.html#begin">begin</a>(); f != families.<a href="ntqvaluelist.html#end">end</a>(); ++f ) { <a href="ntqstring.html">TQString</a> family = *f; - <a href="ntqapplication.html#qDebug">qDebug</a>( family ); + <a href="ntqapplication.html#qDebug">tqDebug</a>( family ); <a href="ntqstringlist.html">TQStringList</a> styles = fdb.<a href="#styles">styles</a>( family ); for ( TQStringList::Iterator s = styles.<a href="ntqvaluelist.html#begin">begin</a>(); s != styles.<a href="ntqvaluelist.html#end">end</a>(); ++s ) { <a href="ntqstring.html">TQString</a> style = *s; @@ -126,7 +126,7 @@ int main( int argc, char **argv ) dstyle += TQString::<a href="ntqstring.html#number">number</a>( *points ) + " "; } dstyle = dstyle.<a href="ntqstring.html#left">left</a>( dstyle.<a href="ntqstring.html#length">length</a>() - 1 ) + ")"; - <a href="ntqapplication.html#qDebug">qDebug</a>( dstyle ); + <a href="ntqapplication.html#qDebug">tqDebug</a>( dstyle ); } } return 0; |