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/qmetaobject.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/kernel/qmetaobject.cpp')
-rw-r--r-- | src/kernel/qmetaobject.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/kernel/qmetaobject.cpp b/src/kernel/qmetaobject.cpp index a2fc39b27..d9e6a152c 100644 --- a/src/kernel/qmetaobject.cpp +++ b/src/kernel/qmetaobject.cpp @@ -38,15 +38,15 @@ ** **********************************************************************/ -#include "qmetaobject.h" -#include "qasciidict.h" +#include "ntqmetaobject.h" +#include "ntqasciidict.h" #ifdef QT_THREAD_SUPPORT #include <private/qmutexpool_p.h> #endif // QT_THREAD_SUPPORT /*! - \class TQMetaData qmetaobject.h + \class TQMetaData ntqmetaobject.h \reentrant \brief The TQMetaData class provides information about a member function that is known to the meta object system. @@ -64,7 +64,7 @@ */ /*! - \class TQClassInfo qmetaobject.h + \class TQClassInfo ntqmetaobject.h \brief The TQClassInfo class provides a struct that stores some basic information about a single class. @@ -81,7 +81,7 @@ /*! - \class TQMetaObject qmetaobject.h + \class TQMetaObject ntqmetaobject.h \brief The TQMetaObject class contains meta information about TQt objects. \ingroup objectmodel @@ -845,7 +845,7 @@ bool TQMetaObject::qt_static_property( TQObject* o, int id, int f, TQVariant* v) /*! - \class TQMetaProperty qmetaobject.h + \class TQMetaProperty ntqmetaobject.h \brief The TQMetaProperty class stores meta data about a property. |