From 252a2ec8b0f0f9cf20c947737087b24a8185b588 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 10 Jul 2024 18:56:16 +0900 Subject: Rename IO and network class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqiconview.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/tqiconview.html') diff --git a/doc/html/tqiconview.html b/doc/html/tqiconview.html index 9ef4c8a89..01453560a 100644 --- a/doc/html/tqiconview.html +++ b/doc/html/tqiconview.html @@ -185,8 +185,8 @@ parent, set the icon view's geometry and show it. For example:
     TQIconView *iv = new TQIconView( this );
-    TQDir dir( path, "*.xpm" );
-    for ( uint i = 0; i < dir.count(); i++ ) {
+    TQDir dir( path, "*.xpm" );
+    for ( uint i = 0; i < dir.count(); i++ ) {
         (void) new TQIconViewItem( iv, dir[i], TQPixmap( path + dir[i] ) );
     }
     iv->resize( 600, 400 );
@@ -403,7 +403,7 @@ This variant uses grid instead of (gridX(),  If update is TRUE (the default) the viewport is repainted.
 
-

Example: fileiconview/qfileiconview.h. +

Example: fileiconview/tqfileiconview.h.

void TQIconView::arrangeItemsInGrid ( bool update = TRUE ) [virtual slot]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function. @@ -492,7 +492,7 @@ get the dragobject that should be used for the drag. Subclasses may reimplement this.

See also TQIconDrag. -

Examples: fileiconview/qfileiconview.cpp and iconview/simple_dd/main.cpp. +

Examples: fileiconview/tqfileiconview.cpp and iconview/simple_dd/main.cpp.

void TQIconView::drawBackground ( TQPainter * p, const TQRect & r ) [virtual protected]

This function is called to draw the rectangle r of the -- cgit v1.2.1