diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-24 20:19:50 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-29 22:23:35 +0900 | 
| commit | d35eedcd87d59e716c6d49bbb6b634ef1a7660c5 (patch) | |
| tree | 204d752457acf6403c99f3928f02b612ff14d178 /src/kernel/ntqt.h | |
| parent | ddce1c91f8582885497b463b24bac59f6fdfdf63 (diff) | |
| download | tqt-d35eedcd.tar.gz tqt-d35eedcd.zip | |
Rename style 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 | 20 | 
1 files changed, 10 insertions, 10 deletions
| diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h index f72ec4e66..875323a6d 100644 --- a/src/kernel/ntqt.h +++ b/src/kernel/ntqt.h @@ -82,7 +82,7 @@  #include "tqdialog.h"  #include <tqdataview.h>  #include "ntqdockwindow.h" -#include "ntqcommonstyle.h" +#include "tqcommonstyle.h"  #include "tqnetworkprotocol.h"  #include <tqeuckrcodec.h>  #include <tqgb18030codec.h> @@ -110,7 +110,7 @@  #include "tqlineedit.h"  #include <tqintcache.h>  #include "tqintdict.h" -#include "ntqmotifstyle.h" +#include "tqmotifstyle.h"  #include "tqpicture.h"  #include <tqjiscodec.h>  #include <tqeucjpcodec.h> @@ -124,7 +124,7 @@  #include "tqscrollbar.h"  #include "tqscrollview.h"  #include "tqdir.h" -#include "ntqwindowsstyle.h" +#include "tqwindowsstyle.h"  #include "ntqconnection.h"  #include "tqbitmap.h"  #include "ntqvariant.h" @@ -132,8 +132,8 @@  #include <ntqmessagebox.h>  #include "ntqmetaobject.h"  #include "tqheader.h" -#include <ntqmotifplusstyle.h> -#include <ntqcdestyle.h> +#include <tqmotifplusstyle.h> +#include <tqcdestyle.h>  #include <tqmovie.h>  #include "tqptrvector.h"  #include "tqmutex.h" @@ -153,7 +153,7 @@  #include "tqdragobject.h"  #include <tqiconview.h>  #include <tqpixmapcache.h> -#include <ntqplatinumstyle.h> +#include <tqplatinumstyle.h>  #include <tqpngio.h>  #include <ntqcursor.h>  #include <ntqerrormessage.h> @@ -183,7 +183,7 @@  #include "tqsocketdevice.h"  #include <tqsessionmanager.h>  #include <tqsettings.h> -#include <ntqsgistyle.h> +#include <tqsgistyle.h>  #include <tqfontdialog.h>  #include "tqtimer.h"  #include <tqsignalmapper.h> @@ -221,7 +221,7 @@  #include <tqcanvas.h>  #include "tqtranslator.h"  #include <tqstrvec.h> -#include <ntqinterlacestyle.h> +#include <tqinterlacestyle.h>  #include <tqstylefactory.h>  #include <tqstyleplugin.h>  #include "tqtextedit.h" @@ -265,7 +265,7 @@  #include <tqwidgetplugin.h>  #include <tqwidgetstack.h>  #include <tqcheckbox.h> -#include <ntqcompactstyle.h> +#include <tqcompactstyle.h>  #include <tqwizard.h>  #include <tqpainter.h>  #include <tqworkspace.h> @@ -317,7 +317,7 @@  #endif // TQ_WS_MAC  #ifdef TQ_WS_WIN -#include <qwindowsxpstyle.h> +#include <tqwindowsxpstyle.h>  #endif  #ifdef TQ_WS_WCE | 
