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 /tools/designer/uilib | |
parent | fef846914f8db6dc117e206ef913d519bf6bb33e (diff) | |
download | tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.tar.gz tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.zip |
Rename more widget 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 | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/tools/designer/uilib/tqwidgetfactory.cpp b/tools/designer/uilib/tqwidgetfactory.cpp index 6bfe35607..6d018f628 100644 --- a/tools/designer/uilib/tqwidgetfactory.cpp +++ b/tools/designer/uilib/tqwidgetfactory.cpp @@ -64,30 +64,30 @@ #include <tqcheckbox.h> #include <tqradiobutton.h> #include <ntqgroupbox.h> -#include <ntqbuttongroup.h> +#include <tqbuttongroup.h> #include <tqiconview.h> -#include <ntqheader.h> +#include <tqheader.h> #ifndef TQT_NO_TABLE -#include <ntqtable.h> +#include <tqtable.h> #endif -#include <ntqlistbox.h> -#include <ntqlistview.h> +#include <tqlistbox.h> +#include <tqlistview.h> #include <tqlineedit.h> #include <tqspinbox.h> -#include <ntqmultilineedit.h> +#include <tqmultilineedit.h> #include <tqlabel.h> #include <tqwidget.h> -#include <ntqtabwidget.h> +#include <tqtabwidget.h> #include <tqcombobox.h> #include <tqdialog.h> -#include <ntqwizard.h> +#include <tqwizard.h> #include <tqlcdnumber.h> -#include <ntqprogressbar.h> +#include <tqprogressbar.h> #include <tqtextview.h> #include <tqtextbrowser.h> #include <tqdial.h> #include <tqslider.h> -#include <ntqframe.h> +#include <tqframe.h> #include <tqwidgetstack.h> #include <tqtoolbox.h> #include <tqtextedit.h> @@ -101,7 +101,7 @@ #include <tqdatetimeedit.h> #include <ntqvbox.h> #include <ntqhbox.h> -#include <ntqgrid.h> +#include <tqgrid.h> #include <stdlib.h> |