diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /src/kernel/ntqt.h | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt-e6077c30.tar.gz tqt-e6077c30.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/ntqt.h')
-rw-r--r-- | src/kernel/ntqt.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h index a11383bb5..876d07c1f 100644 --- a/src/kernel/ntqt.h +++ b/src/kernel/ntqt.h @@ -25,7 +25,7 @@ #include "ntqgarray.h" #include "ntqmemarray.h" #include "ntqcstring.h" -#include "ntqstring.h" +#include "tqstring.h" #include "tqptrlist.h" #include "ntqiodevice.h" #include "ntqkeysequence.h" @@ -45,7 +45,7 @@ #include "ntqbitarray.h" #include "ntqregion.h" #include "tqsql.h" -#include "ntqstrlist.h" +#include "tqstrlist.h" #include "tqvaluelist.h" #include "tqmap.h" #include "ntqdatetime.h" @@ -56,7 +56,7 @@ #include "ntqdict.h" #include "ntqevent.h" #include "ntqhostaddress.h" -#include "ntqstringlist.h" +#include "tqstringlist.h" #include "ntqcolor.h" #include <tqdom.h> #include "tqobject.h" @@ -220,7 +220,7 @@ #include <ntqmenubar.h> #include <tqcanvas.h> #include "ntqtranslator.h" -#include <ntqstrvec.h> +#include <tqstrvec.h> #include <ntqinterlacestyle.h> #include <ntqstylefactory.h> #include <ntqstyleplugin.h> |