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 /acinclude.m4 | |
| parent | 1945c9975f0302ecd8532076d0e407537bac9524 (diff) | |
| download | libtqt-perl-838094bf.tar.gz libtqt-perl-838094bf.zip | |
Adapt to latest tqt3 version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'acinclude.m4')
| -rw-r--r-- | acinclude.m4 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 74e3fe2..bfad197 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1018,14 +1018,14 @@ AC_DEFUN(KDE_PRINT_TQT_PROGRAM, AC_REQUIRE([KDE_USE_TQT]) cat > conftest.$ac_ext <<EOF #include "confdefs.h" -#include <ntqglobal.h> +#include <tqglobal.h> #include <ntqapplication.h> EOF if test "$kde_qtver" = "2"; then cat >> conftest.$ac_ext <<EOF -#include <ntqevent.h> -#include <ntqstring.h> -#include <ntqstyle.h> +#include <tqevent.h> +#include <tqstring.h> +#include <tqstyle.h> EOF if test $kde_qtsubver -gt 0; then @@ -1039,9 +1039,9 @@ fi if test "$kde_qtver" = "3"; then cat >> conftest.$ac_ext <<EOF -#include <ntqcursor.h> -#include <ntqstylefactory.h> -#include <private/qucomextra_p.h> +#include <tqcursor.h> +#include <tqstylefactory.h> +#include <private/tqucomextra_p.h> EOF fi @@ -1373,9 +1373,9 @@ if test ! "$ac_tqt_includes" = "NO"; then fi if test "$kde_qtver" != "1"; then - kde_qt_header=ntqstyle.h + kde_qt_header=tqstyle.h else - kde_qt_header=ntqglobal.h + kde_qt_header=tqglobal.h fi AC_FIND_FILE($kde_qt_header, $qt_incdirs, qt_incdir) |
