diff options
Diffstat (limited to 'kalyptus/kalyptusCxxToECMA.pm')
-rw-r--r-- | kalyptus/kalyptusCxxToECMA.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kalyptus/kalyptusCxxToECMA.pm b/kalyptus/kalyptusCxxToECMA.pm index 987e81c1..5b419732 100644 --- a/kalyptus/kalyptusCxxToECMA.pm +++ b/kalyptus/kalyptusCxxToECMA.pm @@ -74,7 +74,7 @@ sub preParseClass } if( $classNode->{Access} eq "private" || - $classNode->{Access} eq "protected" || # e.g. QPixmap::QPixmapData + $classNode->{Access} eq "protected" || # e.g. TQPixmap::TQPixmapData exists $classNode->{Tmpl} || $className eq 'KJS' || $className eq 'KSVG' || # namespaces $className =~ /^KSVG::KSVG/ || $className eq 'KSVG::CachedGlyph' || # Not DOM classes @@ -83,7 +83,7 @@ sub preParseClass $className eq 'KSVG::SVGLoader' || $className eq 'KSVG::SVGElementImpl::MouseEvent' || $className eq 'KSVG::SVGRegisteredEventListener' || - $classNode->{NodeType} eq 'union' # Skip unions for now, e.g. QPDevCmdParam + $classNode->{NodeType} eq 'union' # Skip unions for now, e.g. TQPDevCmdParam ) { print STDERR "Skipping $className "; #if ($debug); |