summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-14 00:07:28 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-14 00:07:28 +0900
commit15aceeb4234d3a94e7d2de9323c328eb0eb121b9 (patch)
tree5c38be7335aa5666b8b03a1f9aacd2511c8c724b /aclocal.m4
parentc50852f18d6e4e960c78ca8d204572543240bb79 (diff)
downloadlibtqt-perl-15aceeb4234d3a94e7d2de9323c328eb0eb121b9.tar.gz
libtqt-perl-15aceeb4234d3a94e7d2de9323c328eb0eb121b9.zip
Fixed incorrect TTQ rename (TTQ -> TQ)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 68eb908..aad8434 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1067,7 +1067,7 @@ EOF
if test "$kde_qtver" = "2"; then
cat >> conftest.$ac_ext <<EOF
TQStringList *t = new TQStringList();
- TTQ_UNUSED(t);
+ TQ_UNUSED(t);
EOF
if test $kde_qtsubver -gt 0; then
cat >> conftest.$ac_ext <<EOF