summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqcolordrag.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqcolordrag.3qt')
-rw-r--r--doc/man/man3/tqcolordrag.3qt16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqcolordrag.3qt b/doc/man/man3/tqcolordrag.3qt
index cb2db7b2..9fef55e8 100644
--- a/doc/man/man3/tqcolordrag.3qt
+++ b/doc/man/man3/tqcolordrag.3qt
@@ -16,13 +16,13 @@ Inherits QStoredDrag.
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQColorDrag\fR ( const QColor & col, QWidget * dragsource = 0, const char * name = 0 )"
+.BI "\fBQColorDrag\fR ( const TQColor & col, TQWidget * dragsource = 0, const char * name = 0 )"
.br
.ti -1c
-.BI "\fBQColorDrag\fR ( QWidget * dragsource = 0, const char * name = 0 )"
+.BI "\fBQColorDrag\fR ( TQWidget * dragsource = 0, const char * name = 0 )"
.br
.ti -1c
-.BI "void \fBsetColor\fR ( const QColor & col )"
+.BI "void \fBsetColor\fR ( const TQColor & col )"
.br
.in -1c
.SS "Static Public Members"
@@ -31,7 +31,7 @@ Inherits QStoredDrag.
.BI "bool \fBcanDecode\fR ( QMimeSource * e )"
.br
.ti -1c
-.BI "bool \fBdecode\fR ( QMimeSource * e, QColor & col )"
+.BI "bool \fBdecode\fR ( QMimeSource * e, TQColor & col )"
.br
.in -1c
.SH DESCRIPTION
@@ -45,15 +45,15 @@ For more information about drag and drop, see the QDragObject class and the drag
.PP
See also Drag And Drop Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QColorDrag::QColorDrag ( const QColor & col, QWidget * dragsource = 0, const char * name = 0 )"
+.SH "QColorDrag::QColorDrag ( const TQColor & col, TQWidget * dragsource = 0, const char * name = 0 )"
Constructs a color drag object with the color \fIcol\fR. Passes \fIdragsource\fR and \fIname\fR to the QStoredDrag constructor.
-.SH "QColorDrag::QColorDrag ( QWidget * dragsource = 0, const char * name = 0 )"
+.SH "QColorDrag::QColorDrag ( TQWidget * dragsource = 0, const char * name = 0 )"
Constructs a color drag object with a white color. Passes \fIdragsource\fR and \fIname\fR to the QStoredDrag constructor.
.SH "bool QColorDrag::canDecode ( QMimeSource * e )\fC [static]\fR"
Returns TRUE if the color drag object can decode the mime source \fIe\fR; otherwise returns FALSE.
-.SH "bool QColorDrag::decode ( QMimeSource * e, QColor & col )\fC [static]\fR"
+.SH "bool QColorDrag::decode ( QMimeSource * e, TQColor & col )\fC [static]\fR"
Decodes the mime source \fIe\fR and sets the decoded values to \fIcol\fR.
-.SH "void QColorDrag::setColor ( const QColor & col )"
+.SH "void QColorDrag::setColor ( const TQColor & col )"
Sets the color of the color drag to \fIcol\fR.
.SH "SEE ALSO"