diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-31 19:56:49 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-31 19:56:49 +0900 |
commit | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (patch) | |
tree | c38058d08754b389bd058a6d63f75086b49a22b1 /src/kernel/ntqt.h | |
parent | e42ec295c2134770a1eb07032f5f22ca4ba1daa6 (diff) | |
download | tqt-39f8a475.tar.gz tqt-39f8a475.zip |
Rename remaining ntq[i-l]* 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 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h index e04574828..0a1ffc22b 100644 --- a/src/kernel/ntqt.h +++ b/src/kernel/ntqt.h @@ -28,7 +28,7 @@ #include "tqstring.h" #include "tqptrlist.h" #include "tqiodevice.h" -#include "ntqkeysequence.h" +#include "tqkeysequence.h" #include "ntqwindowdefs.h" #include "tqgdict.h" #include "tqfont.h" @@ -114,13 +114,13 @@ #include "tqpicture.h" #include <tqjiscodec.h> #include <tqeucjpcodec.h> -#include <ntqkeycode.h> +#include <tqkeycode.h> #include <tqaccel.h> #include "tqlabel.h" #include "tqlayout.h" #include <tqlcdnumber.h> -#include <ntqlibrary.h> -#include <ntqinputdialog.h> +#include <tqlibrary.h> +#include <tqinputdialog.h> #include "tqscrollbar.h" #include "tqscrollview.h" #include "tqdir.h" @@ -302,7 +302,7 @@ #include "private/tqdialogbuttons_p.h" #include "private/tqwidgetinterface_p.h" #include "private/tqwidgetresizehandler_p.h" -#include "private/qlibrary_p.h" +#include "private/tqlibrary_p.h" #endif // Private headers |