diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 | 
| commit | 42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch) | |
| tree | 0928f4e01a3dcc0698b46c7608d8310e471bdb49 /src/kernel/ntqt.h | |
| parent | fef846914f8db6dc117e206ef913d519bf6bb33e (diff) | |
| download | tqt-42957a3f.tar.gz tqt-42957a3f.zip | |
Rename more widget 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 | 32 | 
1 files changed, 16 insertions, 16 deletions
| diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h index b8e8dca73..d9119ed7d 100644 --- a/src/kernel/ntqt.h +++ b/src/kernel/ntqt.h @@ -67,12 +67,12 @@  #include "tqjpunicode.h"  #include "tqtextcodec.h"  #include "tqpixmap.h" -#include <ntqtabbar.h> +#include <tqtabbar.h>  #include "tqiconset.h" -#include "ntqbutton.h" +#include "tqbutton.h"  #include <tqtoolbutton.h>  #include "tqstyle.h" -#include "ntqframe.h" +#include "tqframe.h"  #include "tqfile.h"  #include "tqfileinfo.h"  #include "tqurlinfo.h" @@ -92,9 +92,9 @@  #include <tqcache.h>  #include <tqdropsite.h>  #include "ntqgplugin.h" -#include <ntqgrid.h> +#include <tqgrid.h>  #include "ntqrangecontrol.h" -#include "ntqbuttongroup.h" +#include "tqbuttongroup.h"  #include <tqdatetimeedit.h>  #include "ntqgvector.h"  #include "ntqhbox.h" @@ -131,7 +131,7 @@  #include "tqsignal.h"  #include <ntqmessagebox.h>  #include "ntqmetaobject.h" -#include "ntqheader.h" +#include "tqheader.h"  #include <ntqmotifplusstyle.h>  #include <ntqcdestyle.h>  #include <tqmovie.h> @@ -148,7 +148,7 @@  #include <tqpaintdevicemetrics.h>  #include "tqpointarray.h"  #include "tqmenudata.h" -#include <ntqlistview.h> +#include <tqlistview.h>  #include "tqpen.h"  #include "tqdragobject.h"  #include <tqiconview.h> @@ -162,7 +162,7 @@  #include <ntqprintdialog.h>  #include <tqprinter.h>  #include <tqprocess.h> -#include "ntqprogressbar.h" +#include "tqprogressbar.h"  #include <tqasciicache.h>  #include "tqptrdict.h"  #include <ntqcleanuphandler.h> @@ -176,10 +176,10 @@  #include "tqregexp.h"  #include <tqclipboard.h>  #include <tqhebrewcodec.h> -#include <ntqlistbox.h> -#include <ntqgridview.h> +#include <tqlistbox.h> +#include <tqgridview.h>  #include "tqsemaphore.h" -#include <ntqprogressdialog.h> +#include <tqprogressdialog.h>  #include "tqsocketdevice.h"  #include <tqsessionmanager.h>  #include <tqsettings.h> @@ -210,7 +210,7 @@  #include "tqsqlcursor.h"  #include <tqsqldriver.h>  #include <tqsqlform.h> -#include "ntqtable.h" +#include "tqtable.h"  #include <tqsqlpropertymap.h>  #include <tqsqldatabase.h>  #include <tqdatabrowser.h> @@ -226,14 +226,14 @@  #include <tqstyleplugin.h>  #include "tqtextedit.h"  #include <tqsyntaxhighlighter.h> -#include <ntqtabdialog.h> +#include <tqtabdialog.h>  #include "tqsqleditorfactory.h" -#include <ntqtabwidget.h> +#include <tqtabwidget.h>  #include <tqtextbrowser.h>  #include <tqbig5codec.h>  #include <tqtextcodecfactory.h>  #include <tqtextcodecplugin.h> -#include <ntqmultilineedit.h> +#include <tqmultilineedit.h>  #include "tqtoolbar.h"  #include <tqtextview.h>  #include "tqwaitcondition.h" @@ -266,7 +266,7 @@  #include <tqwidgetstack.h>  #include <tqcheckbox.h>  #include <ntqcompactstyle.h> -#include <ntqwizard.h> +#include <tqwizard.h>  #include <tqpainter.h>  #include <tqworkspace.h>  #include <tqlocalfs.h> | 
