diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 11:53:23 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 13:56:43 +0900 | 
| commit | 0582c90a9ed4b965629267713f51c0da7c38b39d (patch) | |
| tree | cae95e850081d0a7f2be6cef5837f43a28d53d2c /src/kernel/ntqt.h | |
| parent | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff) | |
| download | tqt-0582c90a.tar.gz tqt-0582c90a.zip | |
Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.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 0a1ffc22b..7032b7383 100644 --- a/src/kernel/ntqt.h +++ b/src/kernel/ntqt.h @@ -21,7 +21,7 @@  #include "tqptrcollection.h"  #include "tqglist.h"  #include "tqobjectdefs.h" -#include "ntqnamespace.h" +#include "tqnamespace.h"  #include "tqgarray.h"  #include "tqmemarray.h"  #include "tqcstring.h" @@ -93,7 +93,7 @@  #include <tqdropsite.h>  #include "tqgplugin.h"  #include <tqgrid.h> -#include "ntqrangecontrol.h" +#include "tqrangecontrol.h"  #include "tqbuttongroup.h"  #include <tqdatetimeedit.h>  #include "tqgvector.h" @@ -129,8 +129,8 @@  #include "tqbitmap.h"  #include "ntqvariant.h"  #include "tqsignal.h" -#include <ntqmessagebox.h> -#include "ntqmetaobject.h" +#include <tqmessagebox.h> +#include "tqmetaobject.h"  #include "tqheader.h"  #include <tqmotifplusstyle.h>  #include <tqcdestyle.h> @@ -157,9 +157,9 @@  #include <tqpngio.h>  #include <tqcursor.h>  #include <tqerrormessage.h> -#include <ntqpolygonscanner.h> +#include <tqpolygonscanner.h>  #include "tqpopupmenu.h" -#include <ntqprintdialog.h> +#include <tqprintdialog.h>  #include <tqprinter.h>  #include <tqprocess.h>  #include "tqprogressbar.h" @@ -312,7 +312,7 @@  #ifdef TQ_WS_MAC  #include <qaquastyle.h> -#include <qmacstyle_mac.h> +#include <tqmacstyle_mac.h>  #endif // TQ_WS_MAC  #ifdef TQ_WS_WIN | 
