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 /plugins/src | |
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 'plugins/src')
-rw-r--r-- | plugins/src/accessible/widgets/qaccessiblewidget.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/plugins/src/accessible/widgets/qaccessiblewidget.cpp b/plugins/src/accessible/widgets/qaccessiblewidget.cpp index b36180136..128c582ee 100644 --- a/plugins/src/accessible/widgets/qaccessiblewidget.cpp +++ b/plugins/src/accessible/widgets/qaccessiblewidget.cpp @@ -3,24 +3,24 @@ #include <ntqapplication.h> #include <tqstyle.h> #include <tqobjectlist.h> -#include <ntqpushbutton.h> -#include <ntqslider.h> -#include <ntqdial.h> -#include <ntqspinbox.h> -#include <ntqscrollbar.h> -#include <ntqslider.h> -#include <ntqlineedit.h> +#include <tqpushbutton.h> +#include <tqslider.h> +#include <tqdial.h> +#include <tqspinbox.h> +#include <tqscrollbar.h> +#include <tqslider.h> +#include <tqlineedit.h> #include <tqlabel.h> -#include <ntqlcdnumber.h> +#include <tqlcdnumber.h> #include <ntqprogressbar.h> #include <ntqgroupbox.h> #include <tqtoolbutton.h> #include <tqwhatsthis.h> #include <tqtooltip.h> -#include <ntqscrollview.h> +#include <tqscrollview.h> #include <ntqheader.h> #include <ntqtabbar.h> -#include <ntqcombobox.h> +#include <tqcombobox.h> #include <ntqrangecontrol.h> #include <ntqlistbox.h> #include <ntqlistview.h> |