summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqwidget.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqwidget.3qt')
-rw-r--r--doc/man/man3/tqwidget.3qt24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/man/man3/tqwidget.3qt b/doc/man/man3/tqwidget.3qt
index 0590cf292..d10a4d2b5 100644
--- a/doc/man/man3/tqwidget.3qt
+++ b/doc/man/man3/tqwidget.3qt
@@ -915,16 +915,16 @@ Inherited by QButton, QFrame, QDialog, QComboBox, TQDataBrowser, TQDataView, TQD
.BI "virtual void \fBtabletEvent\fR ( QTabletEvent * e )"
.br
.ti -1c
-.BI "virtual void \fBdragEnterEvent\fR ( QDragEnterEvent * )"
+.BI "virtual void \fBdragEnterEvent\fR ( TQDragEnterEvent * )"
.br
.ti -1c
-.BI "virtual void \fBdragMoveEvent\fR ( QDragMoveEvent * )"
+.BI "virtual void \fBdragMoveEvent\fR ( TQDragMoveEvent * )"
.br
.ti -1c
-.BI "virtual void \fBdragLeaveEvent\fR ( QDragLeaveEvent * )"
+.BI "virtual void \fBdragLeaveEvent\fR ( TQDragLeaveEvent * )"
.br
.ti -1c
-.BI "virtual void \fBdropEvent\fR ( QDropEvent * )"
+.BI "virtual void \fBdropEvent\fR ( TQDropEvent * )"
.br
.ti -1c
.BI "virtual void \fBshowEvent\fR ( QShowEvent * )"
@@ -1290,26 +1290,26 @@ Frees up window system resources. Destroys the widget window if \fIdestroyWindow
destroy() calls itself recursively for all the child widgets, passing \fIdestroySubWindows\fR for the \fIdestroyWindow\fR parameter. To have more control over destruction of subwidgets, destroy subwidgets selectively first.
.PP
This function is usually called from the TQWidget destructor.
-.SH "void TQWidget::dragEnterEvent ( QDragEnterEvent * )\fC [virtual protected]\fR"
+.SH "void TQWidget::dragEnterEvent ( TQDragEnterEvent * )\fC [virtual protected]\fR"
This event handler is called when a drag is in progress and the mouse enters this widget.
.PP
See the Drag-and-drop documentation for an overview of how to provide drag-and-drop in your application.
.PP
-See also TQTextDrag, TQImageDrag, and QDragEnterEvent.
+See also TQTextDrag, TQImageDrag, and TQDragEnterEvent.
.PP
Example: iconview/simple_dd/main.cpp.
-.SH "void TQWidget::dragLeaveEvent ( QDragLeaveEvent * )\fC [virtual protected]\fR"
+.SH "void TQWidget::dragLeaveEvent ( TQDragLeaveEvent * )\fC [virtual protected]\fR"
This event handler is called when a drag is in progress and the mouse leaves this widget.
.PP
See the Drag-and-drop documentation for an overview of how to provide drag-and-drop in your application.
.PP
-See also TQTextDrag, TQImageDrag, and QDragLeaveEvent.
-.SH "void TQWidget::dragMoveEvent ( QDragMoveEvent * )\fC [virtual protected]\fR"
+See also TQTextDrag, TQImageDrag, and TQDragLeaveEvent.
+.SH "void TQWidget::dragMoveEvent ( TQDragMoveEvent * )\fC [virtual protected]\fR"
This event handler is called when a drag is in progress and the mouse enters this widget, and whenever it moves within the widget.
.PP
See the Drag-and-drop documentation for an overview of how to provide drag-and-drop in your application.
.PP
-See also TQTextDrag, TQImageDrag, and QDragMoveEvent.
+See also TQTextDrag, TQImageDrag, and TQDragMoveEvent.
.SH "void TQWidget::drawText ( int x, int y, const TQString & str )"
Draws the string \fIstr\fR at position \fI(x, y)\fR.
.PP
@@ -1322,12 +1322,12 @@ See also font, foregroundColor(), and QPainter::drawText().
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Draws the string \fIstr\fR at position \fIpos\fR.
-.SH "void TQWidget::dropEvent ( QDropEvent * )\fC [virtual protected]\fR"
+.SH "void TQWidget::dropEvent ( TQDropEvent * )\fC [virtual protected]\fR"
This event handler is called when the drag is dropped on this widget.
.PP
See the Drag-and-drop documentation for an overview of how to provide drag-and-drop in your application.
.PP
-See also TQTextDrag, TQImageDrag, and QDropEvent.
+See also TQTextDrag, TQImageDrag, and TQDropEvent.
.PP
Example: iconview/simple_dd/main.cpp.
.SH "void TQWidget::enabledChange ( bool oldEnabled )\fC [virtual protected]\fR"