summaryrefslogtreecommitdiffstats
path: root/src/kernel/qobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qobject.cpp')
-rw-r--r--src/kernel/qobject.cpp28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/kernel/qobject.cpp b/src/kernel/qobject.cpp
index 7cc01174..619308be 100644
--- a/src/kernel/qobject.cpp
+++ b/src/kernel/qobject.cpp
@@ -38,19 +38,19 @@
**
**********************************************************************/
-#include "qvariant.h"
-#include "qapplication.h"
-#include "qobject.h"
-#include "qobjectlist.h"
-#include "qsignalslotimp.h"
-#include "qregexp.h"
-#include "qmetaobject.h"
+#include "ntqvariant.h"
+#include "ntqapplication.h"
+#include "ntqobject.h"
+#include "ntqobjectlist.h"
+#include "ntqsignalslotimp.h"
+#include "ntqregexp.h"
+#include "ntqmetaobject.h"
#include <private/qucom_p.h>
#include "qucomextra_p.h"
-#include "qptrvector.h"
+#include "ntqptrvector.h"
#ifdef QT_THREAD_SUPPORT
-#include <qmutex.h>
+#include <ntqmutex.h>
#include <private/qmutexpool_p.h>
#endif
@@ -76,7 +76,7 @@ public:
};
/*!
- \class TQt qnamespace.h
+ \class TQt ntqnamespace.h
\brief The TQt class is a namespace for miscellaneous identifiers
that need to be global-like.
@@ -106,7 +106,7 @@ public:
/*!
- \class TQObject qobject.h
+ \class TQObject ntqobject.h
\brief The TQObject class is the base class of all TQt objects.
\ingroup objectmodel
@@ -1105,7 +1105,7 @@ static void objSearch( TQObjectList *result,
Returns a list of child objects, or 0 if this object has no
children.
- The TQObjectList class is defined in the \c qobjectlist.h header
+ The TQObjectList class is defined in the \c ntqobjectlist.h header
file.
The first child added is the \link TQPtrList::first() first\endlink
@@ -1127,7 +1127,7 @@ static void objSearch( TQObjectList *result,
Returns a pointer to the list of all object trees (their root
objects), or 0 if there are no objects.
- The TQObjectList class is defined in the \c qobjectlist.h header
+ The TQObjectList class is defined in the \c ntqobjectlist.h header
file.
The most recent root object created is the \link TQPtrList::first()
@@ -1181,7 +1181,7 @@ const TQObjectList *TQObject::objectTrees()
delete l; // delete the list, not the objects
\endcode
- The TQObjectList class is defined in the \c qobjectlist.h header
+ The TQObjectList class is defined in the \c ntqobjectlist.h header
file.
\warning Delete the list as soon you have finished using it. The