summaryrefslogtreecommitdiffstats
path: root/src/sql
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-06-02 23:07:22 +0900
committerMichele Calgaro <[email protected]>2024-06-02 23:22:42 +0900
commit8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch)
treeb95884617b9a37accc843676d5d42be4116a3f54 /src/sql
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz
tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/sql')
-rw-r--r--src/sql/tqdatabrowser.h2
-rw-r--r--src/sql/tqdataview.h2
-rw-r--r--src/sql/tqsqlform.cpp2
-rw-r--r--src/sql/tqsqlmanager_p.cpp2
-rw-r--r--src/sql/tqsqlpropertymap.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/sql/tqdatabrowser.h b/src/sql/tqdatabrowser.h
index d4b9ac290..fe5b9e623 100644
--- a/src/sql/tqdatabrowser.h
+++ b/src/sql/tqdatabrowser.h
@@ -42,7 +42,7 @@
#define TQDATABROWSER_H
#ifndef QT_H
-#include "ntqwidget.h"
+#include "tqwidget.h"
#include "ntqstring.h"
#include "ntqstringlist.h"
#include "tqsql.h"
diff --git a/src/sql/tqdataview.h b/src/sql/tqdataview.h
index 245bb5eab..3763b70da 100644
--- a/src/sql/tqdataview.h
+++ b/src/sql/tqdataview.h
@@ -42,7 +42,7 @@
#define TQDATAVIEW_H
#ifndef QT_H
-#include "ntqwidget.h"
+#include "tqwidget.h"
#endif // QT_H
#if !defined( TQT_MODULE_SQL ) || defined( QT_LICENSE_PROFESSIONAL )
diff --git a/src/sql/tqsqlform.cpp b/src/sql/tqsqlform.cpp
index 2d72d707b..5977d2033 100644
--- a/src/sql/tqsqlform.cpp
+++ b/src/sql/tqsqlform.cpp
@@ -46,7 +46,7 @@
#include "tqsqlpropertymap.h"
#include "tqsqlrecord.h"
#include "ntqstringlist.h"
-#include "ntqwidget.h"
+#include "tqwidget.h"
#include "ntqdict.h"
class TQSqlFormPrivate
diff --git a/src/sql/tqsqlmanager_p.cpp b/src/sql/tqsqlmanager_p.cpp
index cd8ca467e..3e8b9d5bd 100644
--- a/src/sql/tqsqlmanager_p.cpp
+++ b/src/sql/tqsqlmanager_p.cpp
@@ -43,7 +43,7 @@
#ifndef TQT_NO_SQL
#include "ntqapplication.h"
-#include "ntqwidget.h"
+#include "tqwidget.h"
#include "tqsqlcursor.h"
#include "tqsqlform.h"
#include "tqsqldriver.h"
diff --git a/src/sql/tqsqlpropertymap.cpp b/src/sql/tqsqlpropertymap.cpp
index 1f982e9c2..67451029d 100644
--- a/src/sql/tqsqlpropertymap.cpp
+++ b/src/sql/tqsqlpropertymap.cpp
@@ -42,7 +42,7 @@
#ifndef TQT_NO_SQL_FORM
-#include "ntqwidget.h"
+#include "tqwidget.h"
#include "ntqcleanuphandler.h"
#include "ntqmetaobject.h"
#include "ntqmap.h"