summaryrefslogtreecommitdiffstats
path: root/src/sql/qsqlpropertymap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sql/qsqlpropertymap.cpp')
-rw-r--r--src/sql/qsqlpropertymap.cpp12
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