diff options
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) |