summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqiconview.3qt
diff options
context:
space:
mode:
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 36090a06..b58d7bae 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