diff options
author | Michele Calgaro <[email protected]> | 2024-08-16 19:11:00 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-16 19:11:00 +0900 |
commit | 82ecd83484c9fa1ede059986ab771e74e33e68ef (patch) | |
tree | d0e76f19632bb02fc55028625bdb903902e1bac1 /examples/rot13/rot13.cpp | |
parent | c55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff) | |
download | tqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.tar.gz tqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.zip |
Rename layout nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'examples/rot13/rot13.cpp')
-rw-r--r-- | examples/rot13/rot13.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rot13/rot13.cpp b/examples/rot13/rot13.cpp index b97eba408..4fb44d167 100644 --- a/examples/rot13/rot13.cpp +++ b/examples/rot13/rot13.cpp @@ -12,7 +12,7 @@ #include <tqmultilineedit.h> #include <tqpushbutton.h> #include <ntqapplication.h> -#include <ntqlayout.h> +#include <tqlayout.h> Rot13::Rot13() { |