summaryrefslogtreecommitdiffstats
path: root/smoke/tde
diff options
context:
space:
mode:
Diffstat (limited to 'smoke/tde')
-rw-r--r--smoke/tde/generate.pl.in4
-rw-r--r--smoke/tde/hint_header_list.pl2
2 files changed, 3 insertions, 3 deletions
diff --git a/smoke/tde/generate.pl.in b/smoke/tde/generate.pl.in
index 894ef635..eb224025 100644
--- a/smoke/tde/generate.pl.in
+++ b/smoke/tde/generate.pl.in
@@ -73,7 +73,7 @@ my %excludes = (
'ntqwindowsxpstyle.h' => 1 # play on the safe side
);
-# Some systems have a QTDIR = TDEDIR = PREFIX
+# Some systems have a TQTDIR = TDEDIR = PREFIX
# We need a complete list
my %includes;
@@ -117,7 +117,7 @@ my %kdeexcludes = (
'knotifywidgetbase.h' => 1,
);
-# Some systems have a QTDIR = TDEDIR = PREFIX
+# Some systems have a TQTDIR = TDEDIR = PREFIX
# We need a complete list
my %kdeincludes;
diff --git a/smoke/tde/hint_header_list.pl b/smoke/tde/hint_header_list.pl
index ff9c86b7..efc0c544 100644
--- a/smoke/tde/hint_header_list.pl
+++ b/smoke/tde/hint_header_list.pl
@@ -3,7 +3,7 @@
# the actual content of header_list
$l = "header_list";
-$q = $ENV{'QTDIR'} || die "QTDIR not set\n";
+$q = $ENV{'TQTDIR'} || die "TQTDIR not set\n";
@h = <$q/include/*.h>;
grep s|.*/(.*\.h)|$1|, @h;
open(IN, $l) or die "$!: $l\n";