diff options
Diffstat (limited to 'doc/man/man3/tqdatetimeedit.3qt')
-rw-r--r-- | doc/man/man3/tqdatetimeedit.3qt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqdatetimeedit.3qt b/doc/man/man3/tqdatetimeedit.3qt index af85b7e74..511a05890 100644 --- a/doc/man/man3/tqdatetimeedit.3qt +++ b/doc/man/man3/tqdatetimeedit.3qt @@ -11,15 +11,15 @@ QDateTimeEdit \- Combines a QDateEdit and QTimeEdit widget into a single widget .SH SYNOPSIS \fC#include <ntqdatetimeedit.h>\fR .PP -Inherits QWidget. +Inherits TQWidget. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQDateTimeEdit\fR ( QWidget * parent = 0, const char * name = 0 )" +.BI "\fBQDateTimeEdit\fR ( TQWidget * parent = 0, const char * name = 0 )" .br .ti -1c -.BI "\fBQDateTimeEdit\fR ( const QDateTime & datetime, QWidget * parent = 0, const char * name = 0 )" +.BI "\fBQDateTimeEdit\fR ( const QDateTime & datetime, TQWidget * parent = 0, const char * name = 0 )" .br .ti -1c .BI "\fB~QDateTimeEdit\fR ()" @@ -88,9 +88,9 @@ Terminology: A QDateEdit widget consists of three 'sections', one each for the y .PP See also QDateEdit, QTimeEdit, Advanced Widgets, and Time and Date. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QDateTimeEdit::QDateTimeEdit ( QWidget * parent = 0, const char * name = 0 )" +.SH "QDateTimeEdit::QDateTimeEdit ( TQWidget * parent = 0, const char * name = 0 )" Constructs an empty datetime edit with parent \fIparent\fR and called \fIname\fR. -.SH "QDateTimeEdit::QDateTimeEdit ( const QDateTime & datetime, QWidget * parent = 0, const char * name = 0 )" +.SH "QDateTimeEdit::QDateTimeEdit ( const QDateTime & datetime, TQWidget * parent = 0, const char * name = 0 )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Constructs a datetime edit with the initial value \fIdatetime\fR, parent \fIparent\fR and called \fIname\fR. |