diff options
author | Michele Calgaro <[email protected]> | 2024-06-08 15:05:55 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-12 19:18:55 +0900 |
commit | 7bc57326e69b9c3f0eaeda63e4a49b67ba611426 (patch) | |
tree | 015fd18fdc62bce380935d546b677aa965b090c6 /src/kernel/ntqt.h | |
parent | ccbc1c3572fd0e26480c1432fff55d2909545538 (diff) | |
download | tqt3-7bc57326e69b9c3f0eaeda63e4a49b67ba611426.tar.gz tqt3-7bc57326e69b9c3f0eaeda63e4a49b67ba611426.zip |
Rename style nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
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 78ce0ca55..46dd439d1 100644 --- a/src/kernel/ntqt.h +++ b/src/kernel/ntqt.h @@ -71,7 +71,7 @@ #include "tqiconset.h" #include "ntqbutton.h" #include <ntqtoolbutton.h> -#include "ntqstyle.h" +#include "tqstyle.h" #include "ntqframe.h" #include "ntqfile.h" #include "ntqfileinfo.h" @@ -168,7 +168,7 @@ #include <ntqcleanuphandler.h> #include <tqptrqueue.h> #include <tqptrstack.h> -#include "ntqstylesheet.h" +#include "tqstylesheet.h" #include <ntqpushbutton.h> #include <ntqradiobutton.h> #include <ntqdial.h> @@ -222,8 +222,8 @@ #include "ntqtranslator.h" #include <tqstrvec.h> #include <ntqinterlacestyle.h> -#include <ntqstylefactory.h> -#include <ntqstyleplugin.h> +#include <tqstylefactory.h> +#include <tqstyleplugin.h> #include "tqtextedit.h" #include <ntqsyntaxhighlighter.h> #include <ntqtabdialog.h> @@ -291,7 +291,7 @@ #include "private/tqsqlmanager_p.h" #include "private/qlock_p.h" #include "private/qcomponentfactory_p.h" -#include "private/qstyleinterface_p.h" +#include "private/tqstyleinterface_p.h" #include "private/qrichtext_p.h" #include "private/qsvgdevice_p.h" #include "private/qfontcodecs_p.h" |