diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-16 19:11:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-16 19:11:00 +0900 |
commit | 82ecd83484c9fa1ede059986ab771e74e33e68ef (patch) | |
tree | d0e76f19632bb02fc55028625bdb903902e1bac1 /tools/designer/uilib | |
parent | c55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff) | |
download | tqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.tar.gz tqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.zip |
Rename layout nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/designer/uilib')
-rw-r--r-- | tools/designer/uilib/tqwidgetfactory.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/designer/uilib/tqwidgetfactory.cpp b/tools/designer/uilib/tqwidgetfactory.cpp index 6d018f628..bcc567775 100644 --- a/tools/designer/uilib/tqwidgetfactory.cpp +++ b/tools/designer/uilib/tqwidgetfactory.cpp @@ -40,7 +40,7 @@ #include "../designer/database2.h" #include <tqdom.h> #include <tqdir.h> -#include <ntqlayout.h> +#include <tqlayout.h> #include <ntqmetaobject.h> #include <domtool.h> #include <uib.h> @@ -63,7 +63,7 @@ #include <tqtoolbutton.h> #include <tqcheckbox.h> #include <tqradiobutton.h> -#include <ntqgroupbox.h> +#include <tqgroupbox.h> #include <tqbuttongroup.h> #include <tqiconview.h> #include <tqheader.h> @@ -99,8 +99,8 @@ #include <tqmenubar.h> #include <tqpopupmenu.h> #include <tqdatetimeedit.h> -#include <ntqvbox.h> -#include <ntqhbox.h> +#include <tqvbox.h> +#include <tqhbox.h> #include <tqgrid.h> #include <stdlib.h> |