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 /examples/i18n | |
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 'examples/i18n')
-rw-r--r-- | examples/i18n/main.cpp | 4 | ||||
-rw-r--r-- | examples/i18n/mywidget.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/examples/i18n/main.cpp b/examples/i18n/main.cpp index 71c61a3a0..b32a985af 100644 --- a/examples/i18n/main.cpp +++ b/examples/i18n/main.cpp @@ -12,8 +12,8 @@ #include <tqfileinfo.h> #include <ntqmessagebox.h> #include <tqcheckbox.h> -#include <ntqvbox.h> -#include <ntqlayout.h> +#include <tqvbox.h> +#include <tqlayout.h> #include <tqbuttongroup.h> #include <tqpushbutton.h> #include <tqsignalmapper.h> diff --git a/examples/i18n/mywidget.cpp b/examples/i18n/mywidget.cpp index 86cdee528..f16d44487 100644 --- a/examples/i18n/mywidget.cpp +++ b/examples/i18n/mywidget.cpp @@ -13,8 +13,8 @@ #include <tqlistbox.h> #include <tqcombobox.h> #include <tqlabel.h> -#include <ntqhbox.h> -#include <ntqvbox.h> +#include <tqhbox.h> +#include <tqvbox.h> #include <ntqaccel.h> #include <tqpopupmenu.h> #include <tqmenubar.h> |