diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /src/kernel/ntqt.h | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/ntqt.h')
-rw-r--r-- | src/kernel/ntqt.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h index 78ff48a19..d6671bee8 100644 --- a/src/kernel/ntqt.h +++ b/src/kernel/ntqt.h @@ -63,7 +63,7 @@ #include <ntqdrawutil.h> #include "ntqbrush.h" #include "ntqpalette.h" -#include "ntqwidget.h" +#include "tqwidget.h" #include "ntqjpunicode.h" #include "ntqtextcodec.h" #include "ntqpixmap.h" @@ -76,7 +76,7 @@ #include "ntqfile.h" #include "ntqfileinfo.h" #include "ntqurlinfo.h" -#include "ntqwidgetlist.h" +#include "tqwidgetlist.h" #include <ntqcombobox.h> #include "ntqgroupbox.h" #include "ntqdialog.h" @@ -261,10 +261,10 @@ #include <ntqthread.h> #include <ntqwhatsthis.h> #include <ntqapplication.h> -#include <ntqwidgetintdict.h> +#include <tqwidgetintdict.h> #include <ntqfocusdata.h> -#include <ntqwidgetplugin.h> -#include <ntqwidgetstack.h> +#include <tqwidgetplugin.h> +#include <tqwidgetstack.h> #include <ntqcheckbox.h> #include <ntqcompactstyle.h> #include <ntqwizard.h> @@ -305,8 +305,8 @@ #include "private/qsettings_p.h" #include "private/tqsqlextension_p.h" #include "private/qdialogbuttons_p.h" -#include "private/qwidgetinterface_p.h" -#include "private/qwidgetresizehandler_p.h" +#include "private/tqwidgetinterface_p.h" +#include "private/tqwidgetresizehandler_p.h" #include "private/qlibrary_p.h" #endif // Private headers |