summaryrefslogtreecommitdiffstats
path: root/tools/designer/examples/book/book5
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-28 10:17:01 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-28 10:17:01 +0900
commit5fffa30386502b5423e45c2ed5e6af756b11c7b4 (patch)
treefa17e10b048e8e13433b861cbe98cf895b2324c7 /tools/designer/examples/book/book5
parent04913ce7a46fd027856e83a96205fdc388742a19 (diff)
downloadtqt-5fffa303.tar.gz
tqt-5fffa303.zip
Rename nt* sql related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/designer/examples/book/book5')
-rw-r--r--tools/designer/examples/book/book5/book.ui2
-rw-r--r--tools/designer/examples/book/book5/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/designer/examples/book/book5/book.ui b/tools/designer/examples/book/book5/book.ui
index ce056dab0..63f3b6963 100644
--- a/tools/designer/examples/book/book5/book.ui
+++ b/tools/designer/examples/book/book5/book.ui
@@ -1,6 +1,6 @@
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
<class>BookForm</class>
-<include location="local" impldecl="in declaration">ntqdatabrowser.h</include>
+<include location="local" impldecl="in declaration">tqdatabrowser.h</include>
<include location="local" impldecl="in declaration">editbook.h</include>
<include location="local" implDecl="in declaration">book.ui.h</include>
<layoutdefaults spacing="6" margin="11"/>
diff --git a/tools/designer/examples/book/book5/main.cpp b/tools/designer/examples/book/book5/main.cpp
index b3ebdad0c..e101e2711 100644
--- a/tools/designer/examples/book/book5/main.cpp
+++ b/tools/designer/examples/book/book5/main.cpp
@@ -8,7 +8,7 @@
*****************************************************************************/
#include <ntqapplication.h>
-#include <ntqsqldatabase.h>
+#include <tqsqldatabase.h>
#include "book.h"
#include "../connection.h"