summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqiconview.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
commit252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch)
treeb48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/man/man3/tqiconview.3qt
parent87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff)
downloadtqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.tar.gz
tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.zip
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqiconview.3qt')
-rw-r--r--doc/man/man3/tqiconview.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqiconview.3qt b/doc/man/man3/tqiconview.3qt
index 36090a06d..b58d7bae4 100644
--- a/doc/man/man3/tqiconview.3qt
+++ b/doc/man/man3/tqiconview.3qt
@@ -368,7 +368,7 @@ The simplest way to create a TQIconView is to create a TQIconView object and cre
.br
TQIconView *iv = new TQIconView( this );
.br
- QDir dir( path, "*.xpm" );
+ TQDir dir( path, "*.xpm" );
.br
for ( uint i = 0; i < dir.count(); i++ ) {
.br
@@ -524,7 +524,7 @@ This variant uses \fIgrid\fR instead of (gridX(), gridY()). If \fIgrid\fR is inv
.PP
If \fIupdate\fR is TRUE (the default) the viewport is repainted.
.PP
-Example: fileiconview/qfileiconview.h.
+Example: fileiconview/tqfileiconview.h.
.SH "void TQIconView::arrangeItemsInGrid ( bool update = TRUE )\fC [virtual slot]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
@@ -579,7 +579,7 @@ Returns the TQDragObject that should be used for drag-and-drop. This function is
See also TQIconDrag.
.PP
Examples:
-.)l fileiconview/qfileiconview.cpp and iconview/simple_dd/main.cpp.
+.)l fileiconview/tqfileiconview.cpp and iconview/simple_dd/main.cpp.
.SH "void TQIconView::drawBackground ( QPainter * p, const QRect & r )\fC [virtual protected]\fR"
This function is called to draw the rectangle \fIr\fR of the background using the painter \fIp\fR.
.PP