diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-26 10:43:33 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-26 10:43:33 +0900 |
commit | 6f64d330023346af528af58bc5dfd7f6150a6fd6 (patch) | |
tree | e376feed3f2458bff74cd9217e9ab3cd0e6be140 /PerlTQt/handlers.cpp | |
parent | 6ad6ccfdd6bc602001213475f2cdc95f61181c10 (diff) | |
download | libtqt-perl-6f64d330023346af528af58bc5dfd7f6150a6fd6.tar.gz libtqt-perl-6f64d330023346af528af58bc5dfd7f6150a6fd6.zip |
Use tq* header after last round of renaming in tqt3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'PerlTQt/handlers.cpp')
-rw-r--r-- | PerlTQt/handlers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PerlTQt/handlers.cpp b/PerlTQt/handlers.cpp index bf95de1..774383c 100644 --- a/PerlTQt/handlers.cpp +++ b/PerlTQt/handlers.cpp @@ -1,6 +1,6 @@ #include <tqstring.h> #include <tqregexp.h> -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqmetaobject.h> #include <tqvaluelist.h> #include <tqwidgetlist.h> |