summaryrefslogtreecommitdiffstats
path: root/src/sql
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /src/sql
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz
tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/sql')
-rw-r--r--src/sql/drivers/odbc/tqsql_odbc.h2
-rw-r--r--src/sql/tqdatabrowser.h4
-rw-r--r--src/sql/tqdatatable.h2
-rw-r--r--src/sql/tqsqlcursor.h2
-rw-r--r--src/sql/tqsqldatabase.h4
-rw-r--r--src/sql/tqsqldriver.h4
-rw-r--r--src/sql/tqsqldriverplugin.h2
-rw-r--r--src/sql/tqsqlerror.h2
-rw-r--r--src/sql/tqsqlextension_p.h2
-rw-r--r--src/sql/tqsqlfield.h2
-rw-r--r--src/sql/tqsqlform.cpp2
-rw-r--r--src/sql/tqsqlindex.h4
-rw-r--r--src/sql/tqsqlmanager_p.cpp2
-rw-r--r--src/sql/tqsqlmanager_p.h4
-rw-r--r--src/sql/tqsqlpropertymap.h2
-rw-r--r--src/sql/tqsqlquery.h2
-rw-r--r--src/sql/tqsqlrecord.h4
-rw-r--r--src/sql/tqsqlresult.h2
18 files changed, 24 insertions, 24 deletions
diff --git a/src/sql/drivers/odbc/tqsql_odbc.h b/src/sql/drivers/odbc/tqsql_odbc.h
index f64d3e902..7a395eeb7 100644
--- a/src/sql/drivers/odbc/tqsql_odbc.h
+++ b/src/sql/drivers/odbc/tqsql_odbc.h
@@ -42,7 +42,7 @@
#define TQSQL_ODBC_H
#include <tqmap.h>
-#include <ntqstring.h>
+#include <tqstring.h>
#include <tqsqldriver.h>
#include <tqsqlfield.h>
#include <tqsqlresult.h>
diff --git a/src/sql/tqdatabrowser.h b/src/sql/tqdatabrowser.h
index fe5b9e623..c1d715a3a 100644
--- a/src/sql/tqdatabrowser.h
+++ b/src/sql/tqdatabrowser.h
@@ -43,8 +43,8 @@
#ifndef QT_H
#include "tqwidget.h"
-#include "ntqstring.h"
-#include "ntqstringlist.h"
+#include "tqstring.h"
+#include "tqstringlist.h"
#include "tqsql.h"
#include "tqsqlindex.h"
#include "tqsqlcursor.h"
diff --git a/src/sql/tqdatatable.h b/src/sql/tqdatatable.h
index e0cbb2658..59fdc9757 100644
--- a/src/sql/tqdatatable.h
+++ b/src/sql/tqdatatable.h
@@ -42,7 +42,7 @@
#define TQDATATABLE_H
#ifndef QT_H
-#include "ntqstring.h"
+#include "tqstring.h"
#include "ntqvariant.h"
#include "ntqtable.h"
#include "tqsql.h"
diff --git a/src/sql/tqsqlcursor.h b/src/sql/tqsqlcursor.h
index f9eaa3bdf..a8530ec53 100644
--- a/src/sql/tqsqlcursor.h
+++ b/src/sql/tqsqlcursor.h
@@ -43,7 +43,7 @@
#ifndef QT_H
#include "tqsqlrecord.h"
-#include "ntqstringlist.h"
+#include "tqstringlist.h"
#include "tqsqlquery.h"
#include "tqsqlindex.h"
#endif // QT_H
diff --git a/src/sql/tqsqldatabase.h b/src/sql/tqsqldatabase.h
index fd5a291de..84e0b1baa 100644
--- a/src/sql/tqsqldatabase.h
+++ b/src/sql/tqsqldatabase.h
@@ -43,9 +43,9 @@
#ifndef QT_H
#include "tqobject.h"
-#include "ntqstring.h"
+#include "tqstring.h"
#include "tqsqlquery.h"
-#include "ntqstringlist.h"
+#include "tqstringlist.h"
#endif // QT_H
#if !defined( TQT_MODULE_SQL ) || defined( QT_LICENSE_PROFESSIONAL )
diff --git a/src/sql/tqsqldriver.h b/src/sql/tqsqldriver.h
index 10548880c..34309ff37 100644
--- a/src/sql/tqsqldriver.h
+++ b/src/sql/tqsqldriver.h
@@ -44,12 +44,12 @@
#ifndef QT_H
#include "tqobject.h"
#include "tqptrdict.h"
-#include "ntqstring.h"
+#include "tqstring.h"
#include "tqsqlerror.h"
#include "tqsqlquery.h"
#include "tqsqlfield.h"
#include "tqsqlindex.h"
-#include "ntqstringlist.h"
+#include "tqstringlist.h"
#include "tqmap.h"
#endif // QT_H
diff --git a/src/sql/tqsqldriverplugin.h b/src/sql/tqsqldriverplugin.h
index 97e7addb3..81c4958a8 100644
--- a/src/sql/tqsqldriverplugin.h
+++ b/src/sql/tqsqldriverplugin.h
@@ -43,7 +43,7 @@
#ifndef QT_H
#include "ntqgplugin.h"
-#include "ntqstringlist.h"
+#include "tqstringlist.h"
#endif // QT_H
#ifndef TQT_NO_SQL
diff --git a/src/sql/tqsqlerror.h b/src/sql/tqsqlerror.h
index 2d60c2f21..5eb219d94 100644
--- a/src/sql/tqsqlerror.h
+++ b/src/sql/tqsqlerror.h
@@ -42,7 +42,7 @@
#define TQSQLERROR_H
#ifndef QT_H
-#include "ntqstring.h"
+#include "tqstring.h"
#endif // QT_H
#if !defined( TQT_MODULE_SQL ) || defined( QT_LICENSE_PROFESSIONAL )
diff --git a/src/sql/tqsqlextension_p.h b/src/sql/tqsqlextension_p.h
index 9989b3a31..c46e86c5c 100644
--- a/src/sql/tqsqlextension_p.h
+++ b/src/sql/tqsqlextension_p.h
@@ -56,7 +56,7 @@
#ifndef QT_H
#include "tqmap.h"
#include "tqvaluevector.h"
-#include "ntqstring.h"
+#include "tqstring.h"
#include "ntqvariant.h"
#include "tqsql.h"
#endif // QT_H
diff --git a/src/sql/tqsqlfield.h b/src/sql/tqsqlfield.h
index a9d5e8947..4582cff12 100644
--- a/src/sql/tqsqlfield.h
+++ b/src/sql/tqsqlfield.h
@@ -42,7 +42,7 @@
#define TQSQLFIELD_H
#ifndef QT_H
-#include "ntqstring.h"
+#include "tqstring.h"
#include "ntqvariant.h"
#endif // QT_H
diff --git a/src/sql/tqsqlform.cpp b/src/sql/tqsqlform.cpp
index 5977d2033..8584645e4 100644
--- a/src/sql/tqsqlform.cpp
+++ b/src/sql/tqsqlform.cpp
@@ -45,7 +45,7 @@
#include "tqsqlfield.h"
#include "tqsqlpropertymap.h"
#include "tqsqlrecord.h"
-#include "ntqstringlist.h"
+#include "tqstringlist.h"
#include "tqwidget.h"
#include "ntqdict.h"
diff --git a/src/sql/tqsqlindex.h b/src/sql/tqsqlindex.h
index ef860b735..3f08f3e4e 100644
--- a/src/sql/tqsqlindex.h
+++ b/src/sql/tqsqlindex.h
@@ -42,8 +42,8 @@
#define TQSQLINDEX_H
#ifndef QT_H
-#include "ntqstring.h"
-#include "ntqstringlist.h"
+#include "tqstring.h"
+#include "tqstringlist.h"
#include "tqsqlfield.h"
#include "tqsqlrecord.h"
#endif // QT_H
diff --git a/src/sql/tqsqlmanager_p.cpp b/src/sql/tqsqlmanager_p.cpp
index 3e8b9d5bd..012747efe 100644
--- a/src/sql/tqsqlmanager_p.cpp
+++ b/src/sql/tqsqlmanager_p.cpp
@@ -47,7 +47,7 @@
#include "tqsqlcursor.h"
#include "tqsqlform.h"
#include "tqsqldriver.h"
-#include "ntqstring.h"
+#include "tqstring.h"
#include "ntqmessagebox.h"
#include "ntqbitarray.h"
diff --git a/src/sql/tqsqlmanager_p.h b/src/sql/tqsqlmanager_p.h
index 2a81115b6..bb3010f2b 100644
--- a/src/sql/tqsqlmanager_p.h
+++ b/src/sql/tqsqlmanager_p.h
@@ -55,8 +55,8 @@
#ifndef QT_H
#include "ntqglobal.h"
-#include "ntqstring.h"
-#include "ntqstringlist.h"
+#include "tqstring.h"
+#include "tqstringlist.h"
#include "tqsql.h"
#include "tqsqlerror.h"
#include "tqsqlindex.h"
diff --git a/src/sql/tqsqlpropertymap.h b/src/sql/tqsqlpropertymap.h
index c7bff6eb7..bc21b69bf 100644
--- a/src/sql/tqsqlpropertymap.h
+++ b/src/sql/tqsqlpropertymap.h
@@ -43,7 +43,7 @@
#ifndef QT_H
#include "ntqvariant.h"
-#include "ntqstring.h"
+#include "tqstring.h"
#endif // QT_H
#ifndef TQT_NO_SQL_FORM
diff --git a/src/sql/tqsqlquery.h b/src/sql/tqsqlquery.h
index 39df825aa..e7e7674c1 100644
--- a/src/sql/tqsqlquery.h
+++ b/src/sql/tqsqlquery.h
@@ -43,7 +43,7 @@
#ifndef QT_H
#include "tqobject.h"
-#include "ntqstring.h"
+#include "tqstring.h"
#include "ntqvariant.h"
#include "tqvaluelist.h"
#include "tqsqlerror.h"
diff --git a/src/sql/tqsqlrecord.h b/src/sql/tqsqlrecord.h
index 5f141abfe..569f031f8 100644
--- a/src/sql/tqsqlrecord.h
+++ b/src/sql/tqsqlrecord.h
@@ -42,8 +42,8 @@
#define TQSQLRECORD_H
#ifndef QT_H
-#include "ntqstring.h"
-#include "ntqstringlist.h"
+#include "tqstring.h"
+#include "tqstringlist.h"
#include "ntqvariant.h"
#include "tqsqlfield.h"
#endif // QT_H
diff --git a/src/sql/tqsqlresult.h b/src/sql/tqsqlresult.h
index 0075ed3fe..6a11443c7 100644
--- a/src/sql/tqsqlresult.h
+++ b/src/sql/tqsqlresult.h
@@ -42,7 +42,7 @@
#define TQSQLRESULT_H
#ifndef QT_H
-#include "ntqstring.h"
+#include "tqstring.h"
#include "ntqvariant.h"
#include "tqsqlerror.h"
#include "tqsqlfield.h"