summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qobject.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/qobject.3qt')
-rw-r--r--doc/man/man3/qobject.3qt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/qobject.3qt b/doc/man/man3/qobject.3qt
index fe34d199..8725b085 100644
--- a/doc/man/man3/qobject.3qt
+++ b/doc/man/man3/qobject.3qt
@@ -11,7 +11,7 @@ QObject \- The base class of all Qt objects
.SH SYNOPSIS
All the functions in this class are reentrant when Qt is built with thread support.</p>
.PP
-\fC#include <qobject.h>\fR
+\fC#include <ntqobject.h>\fR
.PP
Inherits Qt.
.PP
@@ -278,7 +278,7 @@ Reimplemented in QMainWindow and QSplitter.
.SH "const QObjectList * QObject::children () const"
Returns a list of child objects, or 0 if this object has no children.
.PP
-The QObjectList class is defined in the qobjectlist.h header file.
+The QObjectList class is defined in the ntqobjectlist.h header file.
.PP
The first child added is the first object in the list and the last child added is the last object in the list, i.e. new children are appended at the end.
.PP
@@ -755,7 +755,7 @@ Normlizes the signal or slot definition \fIsignalSlot\fR by removing unnecessary
.SH "const QObjectList * QObject::objectTrees ()\fC [static]\fR"
Returns a pointer to the list of all object trees (their root objects), or 0 if there are no objects.
.PP
-The QObjectList class is defined in the qobjectlist.h header file.
+The QObjectList class is defined in the ntqobjectlist.h header file.
.PP
The most recent root object created is the first object in the list and the first root object added is the last object in the list.
.PP
@@ -810,7 +810,7 @@ This somewhat contrived example disables all the buttons in this window:
.br
.fi
.PP
-The QObjectList class is defined in the qobjectlist.h header file.
+The QObjectList class is defined in the ntqobjectlist.h header file.
.PP
\fBWarning:\fR Delete the list as soon you have finished using it. The list contains pointers that may become invalid at almost any time without notice (as soon as the user closes a window you may have dangling pointers, for example).
.PP
@@ -977,7 +977,7 @@ Returns 0 if there is no such child.
.fi
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qobject.html
+.BR http://doc.trolltech.com/ntqobject.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the