diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-25 15:36:25 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-29 22:23:36 +0900 |
commit | 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (patch) | |
tree | 0ef68a6a92087957855c7607ac176821d10d049d /src/kernel/ntqt.h | |
parent | 7b1d2ad2df8cd011b487c43336aa67639fa359c9 (diff) | |
download | tqt-0917fbb5387978eb7b2e2fd68bcb6beaa8c46505.tar.gz tqt-0917fbb5387978eb7b2e2fd68bcb6beaa8c46505.zip |
Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h)
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 e7ee77271..477e2ca68 100644 --- a/src/kernel/ntqt.h +++ b/src/kernel/ntqt.h @@ -115,7 +115,7 @@ #include <tqjiscodec.h> #include <tqeucjpcodec.h> #include <ntqkeycode.h> -#include <ntqaccel.h> +#include <tqaccel.h> #include "tqlabel.h" #include "tqlayout.h" #include <tqlcdnumber.h> @@ -125,7 +125,7 @@ #include "tqscrollview.h" #include "tqdir.h" #include "tqwindowsstyle.h" -#include "ntqconnection.h" +#include "tqconnection.h" #include "tqbitmap.h" #include "ntqvariant.h" #include "tqsignal.h" @@ -155,7 +155,7 @@ #include <tqpixmapcache.h> #include <tqplatinumstyle.h> #include <tqpngio.h> -#include <ntqcursor.h> +#include <tqcursor.h> #include <ntqerrormessage.h> #include <ntqpolygonscanner.h> #include "tqpopupmenu.h" @@ -165,7 +165,7 @@ #include "tqprogressbar.h" #include <tqasciicache.h> #include "tqptrdict.h" -#include <ntqcleanuphandler.h> +#include <tqcleanuphandler.h> #include <tqptrqueue.h> #include <tqptrstack.h> #include "tqstylesheet.h" @@ -236,7 +236,7 @@ #include "tqtoolbar.h" #include <tqtextview.h> #include "tqwaitcondition.h" -#include <ntqasyncio.h> +#include <tqasyncio.h> #include <tqfontdatabase.h> #include <tqmainwindow.h> #include <tqtoolbox.h> @@ -249,7 +249,7 @@ #include <tqutfcodec.h> #include <ntquuid.h> #include <ntqvalidator.h> -#include <ntqasyncimageio.h> +#include <tqasyncimageio.h> #include <tqvaluestack.h> #include <tqvaluevector.h> #include <tqdatatable.h> @@ -285,7 +285,7 @@ #include "private/tqsqldriverinterface_p.h" #include "private/tqsqlmanager_p.h" #include "private/qlock_p.h" -#include "private/qcomponentfactory_p.h" +#include "private/tqcomponentfactory_p.h" #include "private/tqstyleinterface_p.h" #include "private/qrichtext_p.h" #include "private/qsvgdevice_p.h" |