summaryrefslogtreecommitdiffstats
path: root/examples/sql/overview/table3/main.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-28 10:17:01 +0900
committerMichele Calgaro <[email protected]>2024-05-28 10:17:01 +0900
commit5fffa30386502b5423e45c2ed5e6af756b11c7b4 (patch)
treefa17e10b048e8e13433b861cbe98cf895b2324c7 /examples/sql/overview/table3/main.h
parent04913ce7a46fd027856e83a96205fdc388742a19 (diff)
downloadtqt3-5fffa30386502b5423e45c2ed5e6af756b11c7b4.tar.gz
tqt3-5fffa30386502b5423e45c2ed5e6af756b11c7b4.zip
Rename nt* sql related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'examples/sql/overview/table3/main.h')
-rw-r--r--examples/sql/overview/table3/main.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/sql/overview/table3/main.h b/examples/sql/overview/table3/main.h
index 4b10d7e17..4e9b07299 100644
--- a/examples/sql/overview/table3/main.h
+++ b/examples/sql/overview/table3/main.h
@@ -10,10 +10,10 @@
#include <ntqapplication.h>
#include <ntqcombobox.h>
#include <ntqmap.h>
-#include <ntqsqldatabase.h>
-#include <ntqsqlcursor.h>
-#include <ntqsqleditorfactory.h>
-#include <ntqsqlpropertymap.h>
+#include <tqsqldatabase.h>
+#include <tqsqlcursor.h>
+#include <tqsqleditorfactory.h>
+#include <tqsqlpropertymap.h>
#include "../connection.h"
class StatusPicker : public TQComboBox