From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- src/kernel/qobject.cpp | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'src/kernel/qobject.cpp') diff --git a/src/kernel/qobject.cpp b/src/kernel/qobject.cpp index 7cc01174e..619308be3 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 #include "qucomextra_p.h" -#include "qptrvector.h" +#include "ntqptrvector.h" #ifdef QT_THREAD_SUPPORT -#include +#include #include #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 -- cgit v1.2.3