diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-27 21:53:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-29 13:21:04 +0900 |
commit | 2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 (patch) | |
tree | 065c9e97d5bd9eb3d9869427b44acdd571ba0cc1 /src/kernel/ntqt.h | |
parent | a09a6bc05e3f64c27e7c84dd768c7720fdf41136 (diff) | |
download | tqt-2cbcca0d.tar.gz tqt-2cbcca0d.zip |
Rename date and time 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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h index 5afa96e1d..4dee12662 100644 --- a/src/kernel/ntqt.h +++ b/src/kernel/ntqt.h @@ -48,7 +48,7 @@ #include "tqstrlist.h" #include "tqvaluelist.h" #include "tqmap.h" -#include "ntqdatetime.h" +#include "tqdatetime.h" #include "ntqmime.h" #include "ntqasciidict.h" #include "ntqpaintdevice.h" @@ -95,7 +95,7 @@ #include <ntqgrid.h> #include "ntqrangecontrol.h" #include "ntqbuttongroup.h" -#include <ntqdatetimeedit.h> +#include <tqdatetimeedit.h> #include "ntqgvector.h" #include "ntqhbox.h" #include <ntqhbuttongroup.h> @@ -185,7 +185,7 @@ #include <ntqsettings.h> #include <ntqsgistyle.h> #include <ntqfontdialog.h> -#include "ntqtimer.h" +#include "tqtimer.h" #include <ntqsignalmapper.h> #include <ntqsignalslotimp.h> #include <ntqsimplerichtext.h> |