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 /examples/widgets | |
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 'examples/widgets')
-rw-r--r-- | examples/widgets/widgets.cpp | 18 | ||||
-rw-r--r-- | examples/widgets/widgets.h | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/examples/widgets/widgets.cpp b/examples/widgets/widgets.cpp index 2f4e20042..44e866c1b 100644 --- a/examples/widgets/widgets.cpp +++ b/examples/widgets/widgets.cpp @@ -17,16 +17,16 @@ #include <tqtoolbar.h> #include <tqmenubar.h> #include <tqpopupmenu.h> -#include <ntqbuttongroup.h> +#include <tqbuttongroup.h> #include <tqcheckbox.h> #include <tqcombobox.h> -#include <ntqframe.h> +#include <tqframe.h> #include <ntqgroupbox.h> #include <tqlabel.h> #include <tqlcdnumber.h> -#include <ntqmultilineedit.h> +#include <tqmultilineedit.h> #include <tqlineedit.h> -#include <ntqlistbox.h> +#include <tqlistbox.h> #include <tqpushbutton.h> #include <tqradiobutton.h> #include <tqslider.h> @@ -36,13 +36,13 @@ #include <tqwhatsthis.h> #include <tqtoolbutton.h> #include <ntqvbox.h> -#include <ntqtabbar.h> -#include <ntqtabwidget.h> +#include <tqtabbar.h> +#include <tqtabwidget.h> #include <tqwidgetstack.h> -#include <ntqprogressbar.h> +#include <tqprogressbar.h> #include <ntqsplitter.h> -#include <ntqlistview.h> -#include <ntqheader.h> +#include <tqlistview.h> +#include <tqheader.h> #include <tqtextbrowser.h> #include <tqfiledialog.h> #include <ntqaccel.h> diff --git a/examples/widgets/widgets.h b/examples/widgets/widgets.h index d28d33454..61c72e4aa 100644 --- a/examples/widgets/widgets.h +++ b/examples/widgets/widgets.h @@ -16,7 +16,7 @@ #include <tqmainwindow.h> #include <tqmovie.h> -#include <ntqlistview.h> +#include <tqlistview.h> class TQLabel; class TQCheckBox; class TQProgressBar; |