diff options
author | Michele Calgaro <[email protected]> | 2024-08-24 20:52:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-29 22:23:36 +0900 |
commit | 367ff3fb9e3933f6704c98359cdd8d934ace941f (patch) | |
tree | 7e03c953d16dcaf0e89f54079b8415a578a22893 /src/3rdparty | |
parent | d35eedcd87d59e716c6d49bbb6b634ef1a7660c5 (diff) | |
download | tqt3-367ff3fb9e3933f6704c98359cdd8d934ace941f.tar.gz tqt3-367ff3fb9e3933f6704c98359cdd8d934ace941f.zip |
Rename global classes nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/3rdparty')
-rw-r--r-- | src/3rdparty/sqlite/config.h | 2 | ||||
-rw-r--r-- | src/3rdparty/sqlite/trolltech.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/sqlite/config.h b/src/3rdparty/sqlite/config.h index 833636614..0a06d8eb6 100644 --- a/src/3rdparty/sqlite/config.h +++ b/src/3rdparty/sqlite/config.h @@ -1,4 +1,4 @@ -#include <ntqglobal.h> +#include <tqglobal.h> #include <ntqconfig.h> #ifndef TQT_POINTER_SIZE diff --git a/src/3rdparty/sqlite/trolltech.patch b/src/3rdparty/sqlite/trolltech.patch index db15f9b6c..715155b46 100644 --- a/src/3rdparty/sqlite/trolltech.patch +++ b/src/3rdparty/sqlite/trolltech.patch @@ -3,7 +3,7 @@ diff -du ./config.h /home/harald/troll/qt-3.3/src/3rdparty/sqlite/config.h +++ /home/harald/troll/qt-3.3/src/3rdparty/sqlite/config.h 2004-01-08 14:29:23.000000000 +0100 @@ -1 +1,23 @@ -#define SQLITE_PTR_SZ 4 -+#include <ntqglobal.h> ++#include <tqglobal.h> +#include <ntqconfig.h> + +#ifndef TQT_POINTER_SIZE |