summaryrefslogtreecommitdiffstats
path: root/smoke/tqt/generate.pl.in
diff options
context:
space:
mode:
Diffstat (limited to 'smoke/tqt/generate.pl.in')
-rw-r--r--smoke/tqt/generate.pl.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/smoke/tqt/generate.pl.in b/smoke/tqt/generate.pl.in
index 49b41b9a..f1629222 100644
--- a/smoke/tqt/generate.pl.in
+++ b/smoke/tqt/generate.pl.in
@@ -39,7 +39,7 @@ if (-d $outdir) { system "rm -f $outdir/x_*.cpp"; } else { mkdir $outdir; }
mkdir $finaloutdir unless (-d $finaloutdir);
-# Load the QT_NO_* macros found in "qtdefines". They'll be passed to kalyptus
+# Load the TQT_NO_* macros found in "qtdefines". They'll be passed to kalyptus
my $macros="";
if ( -e $definespath ){
print "Found '$defines'. Reading preprocessor symbols from there...\n";
@@ -101,7 +101,7 @@ if("@KDE_HAVE_GL@" eq "yes")
open(DEFS, $definespath);
my @defs = <DEFS>;
close DEFS;
- if(!grep(/QT_NO_OPENGL/, @defs))
+ if(!grep(/TQT_NO_OPENGL/, @defs))
{
$excludes{'qgl.h'} = undef;
$excludes{'qglcolormap.h'} = undef;