diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 |
commit | fef846914f8db6dc117e206ef913d519bf6bb33e (patch) | |
tree | d6567b31f7f22d0c8c66eec947dff1960efa25ac /tools/designer/uilib | |
parent | 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff) | |
download | tqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.tar.gz tqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.zip |
Rename basic 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 03c0046cf..6bfe35607 100644 --- a/tools/designer/uilib/tqwidgetfactory.cpp +++ b/tools/designer/uilib/tqwidgetfactory.cpp @@ -59,10 +59,10 @@ #endif // include all TQt widgets we support -#include <ntqpushbutton.h> +#include <tqpushbutton.h> #include <tqtoolbutton.h> -#include <ntqcheckbox.h> -#include <ntqradiobutton.h> +#include <tqcheckbox.h> +#include <tqradiobutton.h> #include <ntqgroupbox.h> #include <ntqbuttongroup.h> #include <tqiconview.h> @@ -72,26 +72,26 @@ #endif #include <ntqlistbox.h> #include <ntqlistview.h> -#include <ntqlineedit.h> -#include <ntqspinbox.h> +#include <tqlineedit.h> +#include <tqspinbox.h> #include <ntqmultilineedit.h> #include <tqlabel.h> #include <tqwidget.h> #include <ntqtabwidget.h> -#include <ntqcombobox.h> -#include <ntqdialog.h> +#include <tqcombobox.h> +#include <tqdialog.h> #include <ntqwizard.h> -#include <ntqlcdnumber.h> +#include <tqlcdnumber.h> #include <ntqprogressbar.h> #include <tqtextview.h> #include <tqtextbrowser.h> -#include <ntqdial.h> -#include <ntqslider.h> +#include <tqdial.h> +#include <tqslider.h> #include <ntqframe.h> #include <tqwidgetstack.h> #include <tqtoolbox.h> #include <tqtextedit.h> -#include <ntqscrollbar.h> +#include <tqscrollbar.h> #include <tqmainwindow.h> #include <ntqsplitter.h> #include <tqaction.h> |