diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/sql/qsqlpropertymap.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/sql/qsqlpropertymap.cpp')
-rw-r--r-- | src/sql/qsqlpropertymap.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/sql/qsqlpropertymap.cpp b/src/sql/qsqlpropertymap.cpp index 98f3fd159..9d619a016 100644 --- a/src/sql/qsqlpropertymap.cpp +++ b/src/sql/qsqlpropertymap.cpp @@ -38,14 +38,14 @@ ** **********************************************************************/ -#include "qsqlpropertymap.h" +#include "ntqsqlpropertymap.h" #ifndef QT_NO_SQL_FORM -#include "qwidget.h" -#include "qcleanuphandler.h" -#include "qmetaobject.h" -#include "qmap.h" +#include "ntqwidget.h" +#include "ntqcleanuphandler.h" +#include "ntqmetaobject.h" +#include "ntqmap.h" class TQSqlPropertyMapPrivate { @@ -55,7 +55,7 @@ public: }; /*! - \class TQSqlPropertyMap qsqlpropertymap.h + \class TQSqlPropertyMap ntqsqlpropertymap.h \brief The TQSqlPropertyMap class is used to map widgets to SQL fields. \ingroup database |