diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-24 20:52:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-29 22:23:36 +0900 |
commit | 367ff3fb9e3933f6704c98359cdd8d934ace941f (patch) | |
tree | 7e03c953d16dcaf0e89f54079b8415a578a22893 /src/table | |
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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/tqtable.cpp | 2 | ||||
-rw-r--r-- | src/table/tqtable.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/table/tqtable.cpp b/src/table/tqtable.cpp index 220d9af7c..002fcc502 100644 --- a/src/table/tqtable.cpp +++ b/src/table/tqtable.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqglobal.h" +#include "tqglobal.h" #if defined(Q_CC_BOR) // needed for qsort() because of a std namespace problem on Borland #include "qplatformdefs.h" diff --git a/src/table/tqtable.h b/src/table/tqtable.h index f952a4d78..51393ae76 100644 --- a/src/table/tqtable.h +++ b/src/table/tqtable.h @@ -48,7 +48,7 @@ #include "tqheader.h" #include "tqmemarray.h" #include "tqptrlist.h" -#include "ntqguardedptr.h" +#include "tqguardedptr.h" #include "ntqshared.h" #include "tqintdict.h" #include "tqstringlist.h" |