summaryrefslogtreecommitdiffstats
path: root/src/sql
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-23 14:04:45 +0900
committerMichele Calgaro <[email protected]>2024-05-27 16:08:54 +0900
commit04913ce7a46fd027856e83a96205fdc388742a19 (patch)
treea04a117317c14854a6b91072658ba0eb3ad8b3fc /src/sql
parentc11c0f228b65f7471a26513ef8dbde413e75f8fa (diff)
downloadtqt3-04913ce7a46fd027856e83a96205fdc388742a19.tar.gz
tqt3-04913ce7a46fd027856e83a96205fdc388742a19.zip
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/sql')
-rw-r--r--src/sql/ntqeditorfactory.h2
-rw-r--r--src/sql/ntqsqldatabase.h2
-rw-r--r--src/sql/ntqsqldriver.h2
-rw-r--r--src/sql/ntqsqlform.h2
-rw-r--r--src/sql/ntqsqlquery.h2
-rw-r--r--src/sql/qsqldatabase.cpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/sql/ntqeditorfactory.h b/src/sql/ntqeditorfactory.h
index 212424003..cea5885ac 100644
--- a/src/sql/ntqeditorfactory.h
+++ b/src/sql/ntqeditorfactory.h
@@ -42,7 +42,7 @@
#define TQEDITORFACTORY_H
#ifndef QT_H
-#include "ntqobject.h"
+#include "tqobject.h"
#include "ntqvariant.h"
#endif // QT_H
diff --git a/src/sql/ntqsqldatabase.h b/src/sql/ntqsqldatabase.h
index 1fed63e04..c50955e82 100644
--- a/src/sql/ntqsqldatabase.h
+++ b/src/sql/ntqsqldatabase.h
@@ -42,7 +42,7 @@
#define TQSQLDATABASE_H
#ifndef QT_H
-#include "ntqobject.h"
+#include "tqobject.h"
#include "ntqstring.h"
#include "ntqsqlquery.h"
#include "ntqstringlist.h"
diff --git a/src/sql/ntqsqldriver.h b/src/sql/ntqsqldriver.h
index b1b2fcb3a..ce900b72a 100644
--- a/src/sql/ntqsqldriver.h
+++ b/src/sql/ntqsqldriver.h
@@ -42,7 +42,7 @@
#define TQSQLDRIVER_H
#ifndef QT_H
-#include "ntqobject.h"
+#include "tqobject.h"
#include "ntqptrdict.h"
#include "ntqstring.h"
#include "ntqsqlerror.h"
diff --git a/src/sql/ntqsqlform.h b/src/sql/ntqsqlform.h
index 3d3b6272f..7771f7b70 100644
--- a/src/sql/ntqsqlform.h
+++ b/src/sql/ntqsqlform.h
@@ -42,7 +42,7 @@
#define TQSQLFORM_H
#ifndef QT_H
-#include "ntqobject.h"
+#include "tqobject.h"
#include "ntqmap.h"
#endif // QT_H
diff --git a/src/sql/ntqsqlquery.h b/src/sql/ntqsqlquery.h
index d1f56f858..62df18531 100644
--- a/src/sql/ntqsqlquery.h
+++ b/src/sql/ntqsqlquery.h
@@ -42,7 +42,7 @@
#define TQSQLQUERY_H
#ifndef QT_H
-#include "ntqobject.h"
+#include "tqobject.h"
#include "ntqstring.h"
#include "ntqvariant.h"
#include "ntqvaluelist.h"
diff --git a/src/sql/qsqldatabase.cpp b/src/sql/qsqldatabase.cpp
index 66c1725aa..e21af1d36 100644
--- a/src/sql/qsqldatabase.cpp
+++ b/src/sql/qsqldatabase.cpp
@@ -81,7 +81,7 @@
#include "qsqldriverinterface_p.h"
#include <private/qpluginmanager_p.h>
#include <private/qsqlextension_p.h>
-#include "ntqobject.h"
+#include "tqobject.h"
#include "ntqguardedptr.h"
#include "ntqcleanuphandler.h"
#include "ntqdict.h"