diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/kernel/qobject.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/kernel/qobject.cpp')
-rw-r--r-- | src/kernel/qobject.cpp | 28 |
1 files changed, 14 insertions, 14 deletions
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 <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 |