summaryrefslogtreecommitdiffstats
path: root/tdevelop.m4.in
diff options
context:
space:
mode:
Diffstat (limited to 'tdevelop.m4.in')
-rw-r--r--tdevelop.m4.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdevelop.m4.in b/tdevelop.m4.in
index 36e584da..b5b4fc23 100644
--- a/tdevelop.m4.in
+++ b/tdevelop.m4.in
@@ -1,7 +1,7 @@
dnl
dnl Check location of Qt documentation
dnl
-AC_DEFUN([KDEV_PATH_QTDOC],
+AC_DEFUN([KDEV_PATH_TQTDOC],
[
AC_MSG_CHECKING([for Qt documentation])
@@ -19,7 +19,7 @@ dnl
dnl not currently used
dnl
qt_docdirs="/usr/doc/qt-doc/html /usr/local/qt/html /usr/local/lib/qt/html /usr/lib/qt/doc/html /usr/X11/lib/qt/html /usr/X11/lib/qt/doc/html /usr/X11R6/share/doc/qt/html /usr/share/doc/packages/qt/html"
-test -n "$QTDIR" && qt_docdirs="$QTDIR/html $QTDIR/doc/html $QTDIR/doc $qt_docdirs"
+test -n "$TQTDIR" && qt_docdirs="$TQTDIR/html $TQTDIR/doc/html $TQTDIR/doc $qt_docdirs"
qt_docdirs="$ac_qt_docdirs $qt_docdirs"
AC_FIND_FILE(classes.html, $qt_docdirs, qt_docdir)
AC_MSG_RESULT($qt_docdir)