diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-26 14:54:18 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-15 14:54:07 +0900 |
commit | 838094bf63c64e394f41c21553ced43cc4170060 (patch) | |
tree | 6a66487124c12641f7d57954e5c75f750a453994 /puic/embed.cpp | |
parent | 1945c9975f0302ecd8532076d0e407537bac9524 (diff) | |
download | libtqt-perl-838094bf63c64e394f41c21553ced43cc4170060.tar.gz libtqt-perl-838094bf63c64e394f41c21553ced43cc4170060.zip |
Adapt to latest tqt3 version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'puic/embed.cpp')
-rw-r--r-- | puic/embed.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/puic/embed.cpp b/puic/embed.cpp index 303c671..c3eedcf 100644 --- a/puic/embed.cpp +++ b/puic/embed.cpp @@ -30,14 +30,14 @@ **********************************************************************/ #include "uic.h" -#include <ntqfile.h> -#include <ntqimage.h> -#include <ntqstringlist.h> -#include <ntqdatetime.h> -#include <ntqfileinfo.h> +#include <tqfile.h> +#include <tqimage.h> +#include <tqstringlist.h> +#include <tqdatetime.h> +#include <tqfileinfo.h> #define NO_STATIC_COLORS #include <globaldefs.h> -#include <ntqregexp.h> +#include <tqregexp.h> #include <stdio.h> #include <stdlib.h> #include <ctype.h> |