diff options
author | Michele Calgaro <[email protected]> | 2024-08-31 18:33:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-31 18:41:44 +0900 |
commit | e42ec295c2134770a1eb07032f5f22ca4ba1daa6 (patch) | |
tree | 1ecbc3ad607c79f1ce75ba953f9fe46ea1425b85 /src/kernel/ntqt.h | |
parent | 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (diff) | |
download | tqt3-e42ec295c2134770a1eb07032f5f22ca4ba1daa6.tar.gz tqt3-e42ec295c2134770a1eb07032f5f22ca4ba1daa6.zip |
Rename remaining ntq[d-h]* 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 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h index 477e2ca68..e04574828 100644 --- a/src/kernel/ntqt.h +++ b/src/kernel/ntqt.h @@ -16,7 +16,7 @@ #ifndef QT_H #define QT_H #include "tqglobal.h" -#include "ntqfeatures.h" +#include "tqfeatures.h" #include "ntqshared.h" #include "tqptrcollection.h" #include "tqglist.h" @@ -60,7 +60,7 @@ #include "tqcolor.h" #include <tqdom.h> #include "tqobject.h" -#include <ntqdrawutil.h> +#include <tqdrawutil.h> #include "tqbrush.h" #include "tqpalette.h" #include "tqwidget.h" @@ -81,13 +81,13 @@ #include "tqgroupbox.h" #include "tqdialog.h" #include <tqdataview.h> -#include "ntqdockwindow.h" +#include "tqdockwindow.h" #include "tqcommonstyle.h" #include "tqnetworkprotocol.h" #include <tqeuckrcodec.h> #include <tqgb18030codec.h> #include "tqgcache.h" -#include <ntqgif.h> +#include <tqgif.h> #include <tqglcolormap.h> #include <tqcache.h> #include <tqdropsite.h> @@ -156,7 +156,7 @@ #include <tqplatinumstyle.h> #include <tqpngio.h> #include <tqcursor.h> -#include <ntqerrormessage.h> +#include <tqerrormessage.h> #include <ntqpolygonscanner.h> #include "tqpopupmenu.h" #include <ntqprintdialog.h> @@ -172,7 +172,7 @@ #include <tqpushbutton.h> #include <tqradiobutton.h> #include <tqdial.h> -#include <ntqdockarea.h> +#include <tqdockarea.h> #include "tqregexp.h" #include <tqclipboard.h> #include <tqhebrewcodec.h> @@ -248,7 +248,7 @@ #include <tqfiledialog.h> #include <tqutfcodec.h> #include <ntquuid.h> -#include <ntqvalidator.h> +#include <tqvalidator.h> #include <tqasyncimageio.h> #include <tqvaluestack.h> #include <tqvaluevector.h> @@ -260,7 +260,7 @@ #include <tqwhatsthis.h> #include <ntqapplication.h> #include <tqwidgetintdict.h> -#include <ntqfocusdata.h> +#include <tqfocusdata.h> #include <tqwidgetplugin.h> #include <tqwidgetstack.h> #include <tqcheckbox.h> |