diff options
Diffstat (limited to 'smoke/tqt/generate.pl.in')
-rw-r--r-- | smoke/tqt/generate.pl.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/smoke/tqt/generate.pl.in b/smoke/tqt/generate.pl.in index 5a7d351..9205a9c 100644 --- a/smoke/tqt/generate.pl.in +++ b/smoke/tqt/generate.pl.in @@ -40,15 +40,9 @@ chdir "$kalyptusdir" or die "Couldn't go to $kalyptusdir (edit script to change my %excludes = ( 'tqaccessible.h' => 1, # Accessibility support is not compiled by defaut 'tqassistantclient.h' => 1, # Not part of TQt (introduced in TQt-3.1) - 'tqmotif.h' => 1, # - 'tqmotifwidget.h' => 1, # Motif extension (introduced in TQt-3.1) - 'tqmotifdialog.h' => 1, # - 'tqxt.h' => 1, # Xt - 'tqxtwidget.h' => 1, # Xt 'tqdns.h' => 1, # internal 'tqgl.h' => 1, # OpenGL 'tqglcolormap.h' => 1, # OpenGL - 'tqnp.h' => 1, # NSPlugin 'tqwidgetfactory.h' => 1, # Just an interface 'tqsharedmemory.h' => 1, # "not part of the TQt API" they say 'tqwindowsstyle.h' => 1, # TQt windowsstyle, plugin |