summaryrefslogtreecommitdiffstats
path: root/doc/html/scribble-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 12:20:38 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 12:20:38 +0900
commit0881ed5059c46ce73e8241e6260b82b92f6d0e55 (patch)
tree6d1d4883cc07ad22b11017d0714d4c26e1ce1b94 /doc/html/scribble-example.html
parent1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (diff)
downloadtqt-0881ed5059c46ce73e8241e6260b82b92f6d0e55.tar.gz
tqt-0881ed5059c46ce73e8241e6260b82b92f6d0e55.zip
Rename ptr nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/scribble-example.html')
-rw-r--r--doc/html/scribble-example.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/scribble-example.html b/doc/html/scribble-example.html
index 5c60e2591..753a87546 100644
--- a/doc/html/scribble-example.html
+++ b/doc/html/scribble-example.html
@@ -280,7 +280,7 @@ void <a name="f342"></a>Scribble::slotSave()
{
<a href="ntqpopupmenu.html">TQPopupMenu</a> *menu = new <a href="ntqpopupmenu.html">TQPopupMenu</a>( 0 );
<a href="ntqintdict.html">TQIntDict</a>&lt;TQString&gt; formats;
-<a name="x924"></a> formats.<a href="ntqptrcollection.html#setAutoDelete">setAutoDelete</a>( TRUE );
+<a name="x924"></a> formats.<a href="tqptrcollection.html#setAutoDelete">setAutoDelete</a>( TRUE );
for ( unsigned int i = 0; i &lt; TQImageIO::<a href="qimageio.html#outputFormats">outputFormats</a>().count(); i++ ) {
<a name="x911"></a> <a href="ntqstring.html">TQString</a> str = TQString( TQImageIO::<a href="qimageio.html#outputFormats">outputFormats</a>().at( i ) );